CoastalCommitsPastes/client/postcss.config.json

19 lines
301 B
JSON
Raw Normal View History

2022-03-23 18:34:23 -04:00
{
"plugins": [
"postcss-flexbugs-fixes",
"postcss-hover-media-feature",
[
"postcss-preset-env",
{
"autoprefixer": {
"flexbox": "no-2009"
},
"stage": 3,
"features": {
"custom-properties": false
}
}
]
]
}