Skip to content

Instantly share code, notes, and snippets.

@mrzarkovic
Created October 29, 2018 12:33
Show Gist options
  • Save mrzarkovic/35102f58bb44a739cd5c628f0d19c72d to your computer and use it in GitHub Desktop.
Save mrzarkovic/35102f58bb44a739cd5c628f0d19c72d to your computer and use it in GitHub Desktop.
SASS mixin css
.box {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment