4 changed files with 40 additions and 28 deletions
@ -0,0 +1,13 @@
|
||||
module.exports = { |
||||
plugins: [ |
||||
require("postcss-import")(), |
||||
require("autoprefixer")(), |
||||
require("postcss-simple-vars")(), |
||||
require("postcss-extend")(), |
||||
require("postcss-nested")(), |
||||
require("postcss-mixins")(), |
||||
require("postcss-strip-inline-comments")(), |
||||
], |
||||
"parser": "postcss-scss", |
||||
"local-plugins": true, |
||||
}; |
@ -1,15 +0,0 @@
|
||||
{ |
||||
"use": [ |
||||
"postcss-import", |
||||
"autoprefixer", |
||||
"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 |
||||
} |
Loading…
Reference in new issue