Skip to content

Instantly share code, notes, and snippets.

@andrewdc
Created February 12, 2010 22:04
Show Gist options
  • Save andrewdc/303031 to your computer and use it in GitHub Desktop.
Save andrewdc/303031 to your computer and use it in GitHub Desktop.
//defaults all corners to 3px.
=rounded_corners(!tleft = 3px , !tright = 3px , !bright = 3px , !bleft = 3px)
-moz-border-radius-topleft = !tleft
-moz-border-radius-topright = !tright
-moz-border-radius-bottomright = !bright
-moz-border-radius-bottomleft = !bleft
-webkit-border-top-left-radius = !tleft
-webkit-border-top-right-radius = !tright
-webkit-border-bottom-right-radius = !bright
-webkit-border-bottom-left-radius = !bleft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment