mirror of
https://github.com/ruisaraiva19/favycon.git
synced 2026-09-12 11:40:34 +05:00
16 lines
242 B
JavaScript
16 lines
242 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-100vh-fix': {},
|
|
'postcss-flexbugs-fixes': {},
|
|
'postcss-preset-env': {
|
|
autoprefixer: {
|
|
flexbox: 'no-2009',
|
|
},
|
|
stage: 3,
|
|
features: {
|
|
'custom-properties': false,
|
|
},
|
|
},
|
|
},
|
|
}
|