Comparing version 0.8.1 to 0.9.2
@@ -0,1 +1,32 @@ | ||
## [v0.9.2] | ||
:wrench: Removing gulp | ||
We're removing gulp and using npm as a build tool. | ||
**npm commands** | ||
- `$ npm run setup` | ||
- `$ npm run compile` | ||
- `$ npm run minify` | ||
- `$ npm run immutable` | ||
- `$ npm run build` | ||
_You can know more about it reading our [contributing guide](https://github.com/filipelinhares/funkcss/blob/master/CONTRIBUTING.md)._ | ||
## [v0.9.1] | ||
:star: New features and fixes | ||
#### Added: | ||
- `.d-if` ⇢ `display: inline-flex` | ||
- `.cur-p` ⇢ `cursor: pointer` | ||
- `.op-0` ⇢ `opacity: 0` | ||
- `.op-05` ⇢ `opacity: 0.5` | ||
- `.op-1` ⇢ `opacity: 1` | ||
- `.mT-a` ⇢ `margin-top: auto` | ||
- `.mR-a` ⇢ `margin-right: auto` | ||
- `.mB-a` ⇢ `margin-bottom: auto` | ||
- `.mL-a` ⇢ `margin-left: auto` | ||
#### Changed: | ||
- `.bgs-` ⇢ `bgsz-` | ||
## [v0.8.1] | ||
@@ -2,0 +33,0 @@ :wrench: Hotfix |
{ | ||
"name": "funkcss", | ||
"version": "0.8.1", | ||
"version": "0.9.2", | ||
"description": "Pure functional CSS", | ||
@@ -22,14 +22,12 @@ "style": "dist/funkcss.min.css", | ||
"scripts": { | ||
"setup": "npm install && gulp", | ||
"watch": "gulp watch", | ||
"compile": "gulp", | ||
"test": "stylelint lib/*.css" | ||
"setup": "npm install", | ||
"test": "stylelint lib/*.css", | ||
"compile": "postcss -u postcss-import -u postcss-url -u postcss-cssnext -u postcss-for -u postcss-import -u postcss-nested -u postcss-reporter -o ./dist/funkcss.css ./lib/index.css", | ||
"minify": "postcss -u cssnano -o ./dist/funkcss.min.css ./dist/funkcss.css", | ||
"immutable": "postcss -u postcss-importantly -o ./dist/funkcss-immutable.min.css ./dist/funkcss.min.css", | ||
"build": "npm run compile && npm run minify && npm run immutable" | ||
}, | ||
"devDependencies": { | ||
"cssnano": "^3.5.2", | ||
"del": "^2.2.0", | ||
"gulp": "^3.9.0", | ||
"gulp-postcss": "^6.0.1", | ||
"gulp-rename": "^1.2.2", | ||
"postcss-cli": "^2.6.0", | ||
"postcss-cssnext": "^2.5.2", | ||
@@ -36,0 +34,0 @@ "postcss-for": "^2.0.1", |
@@ -11,20 +11,11 @@ ![funkcss](images/logo.png) | ||
### No side-effects | ||
With immutable helpers it makes sure your style is applyed independent of context. | ||
With immutable helpers it will apply your style not matter in what context. | ||
### Handly | ||
Following emmet naming convention: `.ta-c` is `text-align: center;` make it is easy to type. | ||
Following emmet naming convention: `.ta-c` is `text-align: center;` it is really easy and intuitive to type. | ||
## Development | ||
## Contributing | ||
Read our [contributing](CONTRIBUTING.md) guide if you're looking to contribute. | ||
``` | ||
npm run setup | ||
npm run watch | ||
``` | ||
**Other gulp comands** | ||
- `npm run compile` | ||
- `npm test` | ||
## License | ||
[MIT](LICENSE.md) © Filipe Linhares |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
96619
10
26
936
21