Skip to content

Instantly share code, notes, and snippets.

@LucasLLLS
Created August 6, 2016 16:12
Show Gist options
  • Save LucasLLLS/5ad4e33367437c47403724c7ced8402b to your computer and use it in GitHub Desktop.
Save LucasLLLS/5ad4e33367437c47403724c7ced8402b to your computer and use it in GitHub Desktop.
=border-radius($radius)
-webkit-border-radius: $radius
-moz-border-radius: $radius
-ms-border-radius: $radius
border-radius: $radius
.box
+border-radius(10px)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment