npm.io
0.0.2 • Published 6 years ago

px2rem-ui-exclude

Licence
MIT
Version
0.0.2
Deps
2
Size
2 kB
Vulns
3
Weekly
0

px2rem-exclude

Based on postcss-px2rem added the exclude folder option.

![Downloads][downloads-image]

Useage

.postcssrc.js

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