Skip to content

Instantly share code, notes, and snippets.

@khamer
Created March 7, 2014 16:16
Show Gist options
  • Select an option

  • Save khamer/9414498 to your computer and use it in GitHub Desktop.

Select an option

Save khamer/9414498 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.5)
// Compass (v1.0.0.alpha.18)
// ----
$size: 200;
div {
background: blue;
height: $size + px;
width: $size + px;
}
div {
background: blue;
height: 200px;
width: 200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment