Skip to content

Instantly share code, notes, and snippets.

@saki007ster
Created September 3, 2013 05:21
Show Gist options
  • Save saki007ster/6419962 to your computer and use it in GitHub Desktop.
Save saki007ster/6419962 to your computer and use it in GitHub Desktop.
@mixin rounded($radius:4px) {
-ms-border-radius:$radius; // IE10+
-o-border-radius:$radius; // Opera
-moz-border-radius:$radius; // Firefox
-webkit-border-radius:$radius; // Webkit (Safari, Chrome, other)
border-radius:$radius;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment