Skip to content

Instantly share code, notes, and snippets.

@mturjak
Created October 29, 2013 22:57
Show Gist options
  • Save mturjak/7224192 to your computer and use it in GitHub Desktop.
Save mturjak/7224192 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
/* This is another test */
$a: 100px;
div {
display:block;
width: $a;
height: $a;
background: #e86ea4;
}
/* This is another test */
div {
display: block;
width: 100px;
height: 100px;
background: #e86ea4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment