Skip to content

Instantly share code, notes, and snippets.

@sebholstein
Created July 3, 2012 10:26
Show Gist options
  • Save sebholstein/3038934 to your computer and use it in GitHub Desktop.
Save sebholstein/3038934 to your computer and use it in GitHub Desktop.
/* mixin namens border-radius */
=border-radius($radius: 5px)
-webkit-border-radius: $radius
-moz-border-radius: $radius
-khtml-border-radius: $radius
border-radius: $radius
.box-xy
/* würde in diesem beispiel einen radius von 5px nehmen */
+border-radius
.box-xyz
+border-radius(10px)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment