Files
xyflow/.postcssrc
2019-07-25 13:49:02 +02:00

6 lines
69 B
Plaintext

{
plugins: {
"postcss-nested": {},
"autoprefixer": {}
}
}