Skip to content

Instantly share code, notes, and snippets.

@sadaco
Created May 31, 2012 09:25
Show Gist options
  • Select an option

  • Save sadaco/2842218 to your computer and use it in GitHub Desktop.

Select an option

Save sadaco/2842218 to your computer and use it in GitHub Desktop.
border-radius
.rounded(@radius:3px){
-webkit-border-radius: @radius;
-moz-border-radius: @radius;
border-radius: @radius;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment