tc-postcss-px2rem
v0.0.2
Published
Based on postcss-px2rem added the exclude folder options.
Readme
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.
