Skip to content

Instantly share code, notes, and snippets.

@glynrob
Last active December 19, 2015 20:09
Show Gist options
  • Save glynrob/6011800 to your computer and use it in GitHub Desktop.
Save glynrob/6011800 to your computer and use it in GitHub Desktop.
Mixin Stylus
cross-border-radius(args)
-webkit-border-radius args
-moz-border-radius args
border-radius args
.btn
cross-border-radius 10px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment