postcss / postcss-custom-properties

Use Custom Properties in CSS
https://postcss.github.io/postcss-custom-properties
MIT License
597 stars 77 forks source link

Switching to postcss-value-parser #260

Closed Antonio-Laguna closed 2 years ago

Antonio-Laguna commented 2 years ago

This is a PR to swap postcss-values-parser to postcss-value-parser given this issue: https://github.com/csstools/postcss-preset-env/issues/228

We've identified that prototype modification leads to unexpected behavior whenever multiple versions are running. This can happen due to different versions or due to NPM not deduping.