postcss-pxtorem
postcss-pxtorem copied to clipboard
fix: #79 process default values in CSS custom properties
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.