mirror of
https://github.com/tomru/advcal.git
synced 2026-03-02 22:17:17 +01:00
19 lines
288 B
JSON
19 lines
288 B
JSON
{
|
|
"plugins": [
|
|
"postcss-nested",
|
|
"postcss-flexbugs-fixes",
|
|
[
|
|
"postcss-preset-env",
|
|
{
|
|
"autoprefixer": {
|
|
"flexbox": "no-2009"
|
|
},
|
|
"stage": 3,
|
|
"features": {
|
|
"custom-properties": false
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|