Skip to content

Instantly share code, notes, and snippets.

View d3vron's full-sized avatar

Andrew Devlin d3vron

  • www.essencedigital.com
  • London
View GitHub Profile
@d3vron
d3vron / mixins.styl
Created July 13, 2011 14:04
Easy-to-use CSS3 mixins for Stylus (includes linear-gradient)
vendor(prop, args)
-webkit-{prop} args
-moz-{prop} args
-ms-{prop} args
-o-{prop} args
{prop} args
border-radius()
vendor('border-radius', arguments)