Skip to content

Instantly share code, notes, and snippets.

@wcadap
Created July 6, 2014 14:49
Show Gist options
  • Save wcadap/54fd0c43ed790fa54726 to your computer and use it in GitHub Desktop.
Save wcadap/54fd0c43ed790fa54726 to your computer and use it in GitHub Desktop.
@radius_value:4px;
.box_radius_LESS {
-webkit-border-radius:@radius_value;
-khtml-border-radius:@radius_value;
-moz-border-radius:@radius_value;
-ie-border-radius:@radius_value;
-o-border-radius:@radius_value;
border-radius:@radius_value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment