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