fgo-ta-com-website/postcss.config.cjs
Firq 45319bcbf0
All checks were successful
/ publish (push) Successful in 6s
/ deploy-unlighthouse-files (push) Successful in 7s
/ unlighthouse (push) Successful in 26s
/ deploy-unlighthouse-site (push) Successful in 5s
/ checking (push) Successful in 41s
/ build-site (push) Successful in 1m18s
/ release (push) Successful in 7s
0.1.14 build
2024-01-07 13:01:36 +01:00

13 lines
262 B
JavaScript

module.exports = {
plugins: {
"postcss-preset-env": {
autoprefixer: { flexbox: "no-2009" },
stage: 2,
features: {
"custom-properties": false,
"custom-media-queries": true,
"nesting-rules": true
}
}
}
};