CN-501 feat: 响应式方案实施
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
autoprefixer: {}
|
||||
/* 'postcss-px2rem-exclude': {
|
||||
remUnit: 16,
|
||||
exclude: /node_modules/i
|
||||
} */
|
||||
autoprefixer: {},
|
||||
'postcss-plugin-px2rem': {
|
||||
rootValue: 16,
|
||||
exclude: /node_modules/i,
|
||||
minPixelValue: 3,
|
||||
selectorBlackList: ['.html', 'iconfont', '.ttf', '.css']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user