HubSpot / vex

A modern dialog library which is highly configurable and easy to style. #hubspot-open-source
http://github.hubspot.com/vex/docs/welcome
MIT License
6.92k stars 494 forks source link

Introduce Autoprefixer; closes #236 #238

Closed PixievoltNo1 closed 7 years ago

PixievoltNo1 commented 7 years ago

As discussed in #236, this replaces prefixing mixins with Autoprefixer, making the Sass source a little cleaner and eliminating many unnecessary prefixes from dist/css/. I got some great results:

A few notes on my work:

bbatliner commented 7 years ago

Thanks for doing this! I've looked over the code on GitHub and all of the changes look good. Fantastic results on the filesize reduction of the CSS.

I will checkout your branch on my machine this weekend and doublecheck the build process, make sure everything works together, etc. and merge in after.

Thanks again!