Skip to content

Instantly share code, notes, and snippets.

@tatocaster
Last active August 29, 2015 14:19
Show Gist options
  • Save tatocaster/43d39438279b300a7906 to your computer and use it in GitHub Desktop.
Save tatocaster/43d39438279b300a7906 to your computer and use it in GitHub Desktop.
My simple mixins for stylus
vendor(name, argument) {
-webkit-{name} argument
-moz-{name} argument
-ms-{name} argument
-o-{name} argument
{name} argument
}
border-radius()
vendor('border-radius', arguments)
background-image()
vendor('background-image', arguments)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment