tc-postcss-px2rem

0.0.2 • Public • Published

postcss-px2rem-exclude

Based on postcss-px2rem added the exclude folder option.

.postcssrc.js

module.exports = {
  'plugins': {
    'tc-postcss-px2rem': {
      remUnit: 75,
      exclude: /node_modules/
    }
  }
}

latest

0.0.2

  • The string condition is changed to a regular expression.

Readme

Keywords

Package Sidebar

Install

npm i tc-postcss-px2rem

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

12 kB

Total Files

5

Last publish

Collaborators

  • zhengyangchen