how to use it in rollup , with antd / antd-mobile integrated ?
Open
- Dominant language
- JavaScript
- Stars
- 2.2k
- Forks
- 173
- PR merge metrics
- No merged PRs in 30d
Description
by using this plugin , with webpack + antd/antd-mobile, my webpack.config.js will be :
```
require("postcss-pxtorem")({ rootValue: 37.5, propList: ["*"], minPixelValue: 2, selectorBlackList: [] }),
```
which works well
by how to use this plugin by using rollup ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.