postcss / postcss-custom-properties

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

8.0.1 #135

Closed jonathantneal closed 5 years ago

jonathantneal commented 5 years ago

Resolves #134 by working around an issue with postcss-values-parser.

I’ve PR’d a fix to postcss-values-parser which has been merged. https://github.com/shellscape/postcss-values-parser/pull/55

Once postcss-values-parser publishes an update (postcss-values-parser@1.5.1) then I will bump that dependency and remove my fix in another patch release (postcss-custom-properties@8.0.2). https://github.com/shellscape/postcss-values-parser/pull/56

At that point, new 8.0.0 and 8.0.2 installs will work due to the fix in postcss-values-parser, while 8.0.1 installs will work due to my workaround.

This change also adds sourcemaps to the published versions to better report future issues.