Files
ThreadNet-Web/postcss.config.json
T

16 lines
354 B
JSON
Raw Normal View History

2017-01-10 11:06:45 +00:00
{
"use": [
"postcss-import",
2017-01-16 18:40:29 +00:00
"autoprefixer",
2017-01-10 11:06:45 +00:00
"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",
2017-01-16 18:40:29 +00:00
"local-plugins": true
}