Skip to content

Instantly share code, notes, and snippets.

@leidottw
Created February 16, 2014 07:47
Show Gist options
  • Select an option

  • Save leidottw/9030811 to your computer and use it in GitHub Desktop.

Select an option

Save leidottw/9030811 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.4)
// Compass (v1.0.0.alpha.18)
// ----
$width: 150px;
$blue: #0000FF;
$red: #FF0000;
div {
background-color: $red;
color: $blue;
width: $width;
}
div {
background-color: red;
color: blue;
width: 150px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment