This commit is contained in:
2026-05-09 15:15:57 +08:00
parent e6eea6d65e
commit c04ed8de6e
34 changed files with 5291 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
export default {
plugins: {
'postcss-pxtorem': {
rootValue: 37.5,
propList: ['*'],
selectorBlackList: ['.norem']
}
}
}