Skip to content

Instantly share code, notes, and snippets.

@hiloki
Created January 9, 2013 17:10
Show Gist options
  • Save hiloki/4494890 to your computer and use it in GitHub Desktop.
Save hiloki/4494890 to your computer and use it in GitHub Desktop.
Untitled
@color: #4D926F;
.rounded-corners (@radius: 5px) {
-webkit-border-radius: @radius;
-moz-border-radius: @radius;
-ms-border-radius: @radius;
-o-border-radius: @radius;
border-radius: @radius;
}
#header {
color: @color;
.rounded-corners;
}
#footer {
.rounded-corners(10px);
}
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment