LeaVerou / prefixfree

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

make viewport units plugin handle multi-unit styles #6117

Closed JoshCoady closed 8 years ago

JoshCoady commented 8 years ago

The previous behavior fixed the first value but stripped out all additional values. It took something like margin: 10vw 5vh; and replaced it with something like margin: 75px; when it should have been margin: 75px 100px;.

LeaVerou commented 8 years ago

Thanks!