https://github.com/bigcui/postcss-px2scale
把px转成一个动态变量rpx
https://github.com/bigcui/postcss-px2scale
postcss px2rpx
Last synced: 5 months ago
JSON representation
把px转成一个动态变量rpx
- Host: GitHub
- URL: https://github.com/bigcui/postcss-px2scale
- Owner: bigcui
- Created: 2019-06-28T07:35:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T07:58:22.000Z (almost 7 years ago)
- Last Synced: 2025-09-09T10:05:35.663Z (10 months ago)
- Topics: postcss, px2rpx
- Language: CSS
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
把px scale value 几倍
# postcss-px2scale
## 自定把px值缩小指定倍数 默认缩小3倍
### how use it ?
`
"plugins": {
"postcss-px2scale": {scaleUnit: 3}
}
`
### 0.1.0
* First release
## License
MIT