Skip to content

Instantly share code, notes, and snippets.

@makevoid
Created September 27, 2010 12:27
Show Gist options
  • Select an option

  • Save makevoid/598941 to your computer and use it in GitHub Desktop.

Select an option

Save makevoid/598941 to your computer and use it in GitHub Desktop.
border radius mixins for cross platform border radius
// mixins
=border-radius(!radius)
border-radius = !radius
-moz-border-radius = !radius
-webkit-border-radius = !radius
=border-radius-bottom(!radius)
-moz-border-radius-bottomleft= !radius
-moz-border-radius-bottomright= !radius
-webkit-border-bottom-left-radius= !radius
-webkit-border-bottom-right-radius= !radius
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment