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