VerifySignature/postcss.config.js
Overtorment 7bfc8ba96f init
2021-07-28 18:05:58 +01:00

17 lines
272 B
JavaScript

module.exports = {
plugins: [
'postcss-flexbugs-fixes',
[
'postcss-preset-env',
{
autoprefixer: {
flexbox: 'no-2009'
},
stage: 3,
features: {
'custom-properties': false
}
}
]
]
}