Experimental "future-proof" version of KNACSS
This commit is contained in:
parent
3fa53f9083
commit
f42ad600be
18 changed files with 3777 additions and 0 deletions
15
future-proof/.pleeeaserc
Normal file
15
future-proof/.pleeeaserc
Normal 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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue