MadLittleMods / postcss-css-variables

PostCSS plugin to transform CSS Custom Properties(CSS variables) syntax into a static representation
https://madlittlemods.github.io/postcss-css-variables/playground/
Other
536 stars 62 forks source link

Accept whitespace in var( --var ) expression #93

Closed benwest closed 5 years ago

benwest commented 5 years ago

Accept whitespace in var( --var ) expressions

Fix https://github.com/MadLittleMods/postcss-css-variables/issues/27

MadLittleMods commented 5 years ago

Thanks @benwest, looks good! We just need some tests to ensure this continues working in the future

MadLittleMods commented 5 years ago

Thanks for the contribution @benwest! This is shipped in postcss-css-variables@0.12.0 and published to npm 🚀