postcss-px2rpx-plugin

0.1.3 • Public • Published

postcss

TODO: description

Usage

npm i postcss postcss-px2rpx-plugin
import postcss from 'postcss';
import postcssPx2rpxPlugin from 'postcss-px2rpx-plugin';

// scale 非必填 默认值就是 375 / 750
const output = await postcss([postcssPx2rpxPlugin({ scale: 375 / 750 })]).process(css).css;

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i postcss-px2rpx-plugin

    Weekly Downloads

    0

    Version

    0.1.3

    License

    ISC

    Unpacked Size

    2.63 kB

    Total Files

    4

    Last publish

    Collaborators

    • zkl2333