Skip to content

Instantly share code, notes, and snippets.

View AngeloMerlo's full-sized avatar

Angelo Valentim Merlo AngeloMerlo

View GitHub Profile
@mattmcmanus
mattmcmanus / css3.styl
Created March 31, 2011 01:40
A collection of mixins for Stylus to make using css3 a breeze
// MIXINS
vendor(prop, args)
-webkit-{prop} args
-moz-{prop} args
-o-{prop} args
{prop} args
animation()
vendor('animation', arguments)