LeaVerou / prefixfree

Break free from CSS prefix hell!
http://projects.verou.me/prefixfree/
MIT License
3.83k stars 712 forks source link

Fix fallback parsing #6133

Closed joyously closed 6 years ago

joyously commented 6 years ago

Split variable handling into two functions so one could be recursive. Fixed fallback whitespace and nested variable handling. Parsing now handles more cases with parentheses. Addresses most of #6132

joyously commented 6 years ago

The #6134 PR is a more complete solution than this one.

LeaVerou commented 6 years ago

Thanks for working on this!

The #6134 PR is a more complete solution than this one.

Should I not merge this one then? I'm a bit confused.

joyously commented 6 years ago

I left you two choices, as described in #6132.