mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
15 lines
354 B
JSON
15 lines
354 B
JSON
{
|
|
"use": [
|
|
"postcss-import",
|
|
"autoprefixer",
|
|
"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
|
|
}
|