Files
xyflow/examples/nextjs/postcss.config.json
2022-08-09 18:42:12 +02:00

20 lines
310 B
JSON

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