This repository has been archived on 2022-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
|
module.exports = {
|
|
plugins: [
|
|
'postcss-flexbugs-fixes',
|
|
[
|
|
'postcss-preset-env',
|
|
{
|
|
autoprefixer: {
|
|
flexbox: 'no-2009',
|
|
},
|
|
stage: 3,
|
|
},
|
|
],
|
|
'postcss-normalize',
|
|
],
|
|
}
|