Skip to content

Instantly share code, notes, and snippets.

@webpax
Created January 2, 2015 01:55
Show Gist options
  • Save webpax/922c88b56553d1a9f18e to your computer and use it in GitHub Desktop.
Save webpax/922c88b56553d1a9f18e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
$size: 50px;
.box {
width: $size;
height: $size;
background-color: #99346a;
float: left;
margin: $size;
}
.box {
width: 50px;
height: 50px;
background-color: #99346a;
float: left;
margin: 50px;
}
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment