Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigcui/postcss-px2scale
把px转成一个动态变量rpx
https://github.com/bigcui/postcss-px2scale
postcss px2rpx
Last synced: 8 days ago
JSON representation
把px转成一个动态变量rpx
- Host: GitHub
- URL: https://github.com/bigcui/postcss-px2scale
- Owner: bigcui
- Created: 2019-06-28T07:35:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T07:58:22.000Z (over 5 years ago)
- Last Synced: 2025-01-18T07:02:49.172Z (12 days ago)
- Topics: postcss, px2rpx
- Language: CSS
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- 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