connectivedx / Phoenix

http://connectivedx.github.io/Phoenix/
33 stars 5 forks source link

Autoprefixer #50

Closed ajmueller closed 9 years ago

ajmueller commented 9 years ago

As mentioned in #49, we should be using something like Autoprefixer to handle prefixes that we need to have in our compiled CSS. In this branch I've cleaned up our mixins that have prefixes and removed some superfluous mixins (e.g. transform-origin). You'll still notice there are a few prefixes sprinkled throughout for things like font-smoothing, appearance, and device-pixel-ratio because these aren't automatically prefixed by Autoprefixer.

Includes code from and closes #45.

ajmueller commented 9 years ago

Discussed in FED meeting this morning and was approved.