postcss-px2mprpx
v1.0.1
Published
a wechat miniprogram convert px to rpx for postcss for wepy
Downloads
2
Readme
postcss-px2mprpx
This is a postcss plugin of px2rpx.
Usage
The same like postcss-px2rem
Node
var postcss = require('postcss');
var px2rpx = require('postcss-px2mprpx');
var originCssText = '...';
var newCssText = postcss().use(px2rpx({remUnit: 64})).process(originCssText).css;
Please see px2rpx for more information about the features and usage of px2rpx.
Fork from postcss-px2rem .
1.0.0
- First release.
License
MIT