Files
fengweather/postcss.config.js
T
2026-05-09 15:15:57 +08:00

9 lines
148 B
JavaScript

export default {
plugins: {
'postcss-pxtorem': {
rootValue: 37.5,
propList: ['*'],
selectorBlackList: ['.norem']
}
}
}