mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
18 lines
409 B
JSON
18 lines
409 B
JSON
{
|
|
"use": [
|
|
"autoprefixer",
|
|
"postcss-import",
|
|
"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,
|
|
"autoprefixer": {
|
|
"browsers": "> 5%"
|
|
}
|
|
} |