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": [
|
||||
"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
Block a user