make autoprefixer work by reordering it

This commit is contained in:
Matthew Hodgson 2017-01-16 18:40:29 +00:00
parent 002339fb86
commit 906d42688e

View file

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