mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
make autoprefixer work by reordering it
This commit is contained in:
parent
002339fb86
commit
906d42688e
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"use": [
|
"use": [
|
||||||
"autoprefixer",
|
|
||||||
"postcss-import",
|
"postcss-import",
|
||||||
|
"autoprefixer",
|
||||||
"postcss-simple-vars",
|
"postcss-simple-vars",
|
||||||
"postcss-extend",
|
"postcss-extend",
|
||||||
"postcss-nested",
|
"postcss-nested",
|
||||||
@ -11,8 +11,5 @@
|
|||||||
"parser": "postcss-scss",
|
"parser": "postcss-scss",
|
||||||
"input": "src/skins/vector/css/themes/[^_]*.scss",
|
"input": "src/skins/vector/css/themes/[^_]*.scss",
|
||||||
"dir": "build",
|
"dir": "build",
|
||||||
"local-plugins": true,
|
"local-plugins": true
|
||||||
"autoprefixer": {
|
}
|
||||||
"browsers": "> 5%"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user