Skip to content

Instantly share code, notes, and snippets.

@codatory
Created June 1, 2011 21:43
Show Gist options
  • Save codatory/1003404 to your computer and use it in GitHub Desktop.
Save codatory/1003404 to your computer and use it in GitHub Desktop.
=border-radius-left($radius)
-moz-border-radius-topleft = $radius
-webkit-border-top-left-radius = $radius
-border-top-left-radius= $radius
-moz-border-radius-bottomleft = $radius
-webkit-border-bottom-left-radius = $radius
-border-bottom-left-radius= $radius
=border-radius-top($radius)
-moz-border-radius-topleft = $radius
-webkit-border-top-left-radius = $radius
-border-top-left-radius= $radius
-moz-border-radius-topright = $radius
-webkit-border-top-right-radius = $radius
-border-top-right-radius= $radius
=border-radius($radius)
-moz-border-radius = $radius
-webkit-border-radius = $radius
-border-radius= $radius
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment