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