Experimental "future-proof" version of KNACSS

This commit is contained in:
Raphael Goetter 2014-05-22 20:36:58 +02:00
parent 3fa53f9083
commit f42ad600be
18 changed files with 3777 additions and 0 deletions

15
future-proof/.pleeeaserc Normal file
View file

@ -0,0 +1,15 @@
{
"input": "styles.css",
"output": "styles.min.css",
"fallbacks": {
"autoprefixer": true,
"variables": true,
"rem": ["62.5%", {"replace": false}],
"pseudoElements": true
},
"optimizers": {
"import": true,
"minifier": false,
"mqpacker": true
}
}