0.0.2 • Published 7 years ago
tc-postcss-px2rem v0.0.2
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.