Files
advcal/postcss.config.json
2020-11-28 00:28:38 +01:00

19 lines
288 B
JSON

{
"plugins": [
"postcss-nested",
"postcss-flexbugs-fixes",
[
"postcss-preset-env",
{
"autoprefixer": {
"flexbox": "no-2009"
},
"stage": 3,
"features": {
"custom-properties": false
}
}
]
]
}