Skip to content

Instantly share code, notes, and snippets.

@jordanbrock
Created June 1, 2010 15:41
Show Gist options
  • Save jordanbrock/421064 to your computer and use it in GitHub Desktop.
Save jordanbrock/421064 to your computer and use it in GitHub Desktop.
define it.
=border_radius( !radius )
:-webkit-border-radius = !radius
:-moz-border-radius = !radius
:border-radius = !radius
call it.
+border_radius(3px)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment