shareon/.postcssrc.json

11 lines
138 B
JSON

{
"plugins": {
"postcss-css-variables": {},
"postcss-calc": {},
"autoprefixer": {},
"cssnano": {
"preset": "default"
}
}
}