stylus / nib

Stylus mixins, utilities, components, and gradient image generation
http://stylus.github.io/nib
MIT License
1.91k stars 249 forks source link

Bloated animation syntax output #273

Closed argyleink closed 9 years ago

argyleink commented 9 years ago

It properly vendor prefixes... just over prefixes. @-webkit-keyframes should only contain -webkit-transform, not all the other vendors. See image below with unprefixed output:

screen shot 2014-08-07 at 10 39 18 pm

Or is there a setting where I can fix this? Thanks!

notslang commented 9 years ago

closing as duplicate of #229