dora-lemon
Results
1
issues of
dora-lemon
Part of my vite.config.js: ``` import postCssPxToRem from 'postcss-pxtorem' { ..., css: { postcss: { plugins: [ postCssPxToRem({ rootValue: 16, propList: ['*'], exclude: function (file) { return file.indexOf('Register') === -1;...