cuth / postcss-pxtorem

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

fix: #79 process default values in CSS custom properties #80

Open bart-jaskulski opened 2 years ago

bart-jaskulski commented 2 years ago

I've attached simple fix to issue I mentioned #79

Removed checking for var in regex basing on the fact that any CSS custom property has to begin with -- unlike any other property.