cuth / postcss-pxtorem

Convert pixel units to rem (root em) units using PostCSS
MIT License
2.02k stars 174 forks source link

A little problem with the README.md file #91

Open tjcchen opened 1 year ago

tjcchen commented 1 year ago

Default option should also leave exclude as null, just like the source code did.

I cannot initiate a PR on this repo, can you please help fix it. Thank you!

{
    rootValue: 16,
    unitPrecision: 5,
    propList: ['font', 'font-size', 'line-height', 'letter-spacing'],
    selectorBlackList: [],
    replace: true,
    mediaQuery: false,
    minPixelValue: 0,
    exclude: null
}