1.0.0 • Published 2 years ago

postcss-crossplatformcomments v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Why

Taro 关闭 pxtransform 时,跨平台样式注释失效,https://github.com/NervJS/taro/issues/11296

Install

yarn add postcss-crossplatformcomments

Usage

postcss: {
    pxtransform: {
        enable: false,
        config: {}
    },
    'postcss-crossplatformcomments': {
        enable: true,
        config: {
          platform: process.env.TARO_ENV // rn|h5|weapp
        }
    }
     
}