postcss experiment

This commit is contained in:
Matthew Hodgson
2017-01-10 11:06:45 +00:00
parent 691fe611d6
commit c1d4a0dd28
2 changed files with 87 additions and 0 deletions

18
postcss.config.json Normal file
View File

@@ -0,0 +1,18 @@
{
"use": [
"autoprefixer",
"postcss-import",
"postcss-simple-vars",
"postcss-extend",
"postcss-nested",
"postcss-mixins",
"postcss-strip-inline-comments"
],
"parser": "postcss-scss",
"input": "src/skins/vector/css/themes/[^_]*.scss",
"dir": "build",
"local-plugins": true,
"autoprefixer": {
"browsers": "> 5%"
}
}