1.0.0 • Published 1 year ago

cq-babel-css-in-js-px2vw v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

cq-babel-css-in-js-px2vw

安装

npm i cq-babel-css-in-js-px2vw

解决行内样式单位转换,使用方法如下: webpack.config.js

module.exports = {
  // ...
  module: {
    rules: [
      {
        test: /\.jsx$/,
        use: 'cq-babel-css-in-js-px2vw',
      },
    ],
  },
};
1.0.0

1 year ago