whyczyk
2021-07-30 f0b1e71c2834109bd3fd333f37eca3c0c607dbd8
1
2
3
4
5
6
7
8
9
module.exports = {
    plugins: {
        autoprefixer: {},
        'postcss-px2rem-exclude': {
            remUnit: 37.5,
            exclude: /node_modules/
        }
    }
}