postcss-px2rem-more

0.0.4 • Public • Published

postcss-px2rem-more

postcss plugin for px2rem-more

Based on postcss-px2rem and px2rem-more added the exclude folder option.

Not convert font-size by default,you can enable it by setting keepFontSize=false

Downloads

Useage

.postcssrc.js

module.exports = {
  'plugins': {
    'postcss-px2rem-more': {
      remUnit: 75,
      exclude: /node_modules|folder_name/i
    }
  }
}

Package Sidebar

Install

npm i postcss-px2rem-more

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

3 kB

Total Files

5

Last publish

Collaborators

  • wangziqiang