whycwx
2021-08-06 11f794ee33771f9c1bab2d417247717d268896b5
1
2
3
4
5
6
7
8
9
module.exports = {
    plugins: {
        autoprefixer: {},
        'postcss-px2rem-exclude': {
            remUnit: 37.5,
            exclude: /node_modules/
        }
    }
}