mirror of https://github.com/vector-im/riot-web
make autoprefixer work by reordering it
parent
002339fb86
commit
906d42688e
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue