Skip to content

Instantly share code, notes, and snippets.

@rpearce
Created April 27, 2012 07:43
Show Gist options
  • Save rpearce/2507086 to your computer and use it in GitHub Desktop.
Save rpearce/2507086 to your computer and use it in GitHub Desktop.
SASS iteration, interpolation, mixin, function -- compiled
.section1 {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
background: #72b075;
padding: 20px 0px 20px 20px; }
.section2 {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
background: #d4968e;
padding: 20px 0px 20px 20px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment