1.0.1 • Published 6 years ago

postcss-px2mprpx v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

postcss-px2mprpx

This is a postcss plugin of px2rpx.

NPM version Downloads

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