LeaVerou / prefixfree

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

Update for modern syntax #6127

Closed joyously closed 6 years ago

joyously commented 6 years ago

Change from 'var-foo: red' to '--foo: red' Remove attempt to prefix, because no browsers supported a prefixed version (according to CanIUse). Update regex to use '--' instead of 'var', and handle more whitespace and a fallback value.

LeaVerou commented 6 years ago

Thanks!