CoastalCommitsPastes/client/postcss.config.json
2022-03-23 15:34:23 -07:00

18 lines
301 B
JSON

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