Skip to content

Instantly share code, notes, and snippets.

@omegahm
Created April 30, 2014 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omegahm/11425035 to your computer and use it in GitHub Desktop.
Save omegahm/11425035 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.5)
// Compass (v1.0.0.alpha.18)
// ----
.head {
.body {
color: red;
}
&.body {
color: green;
}
& .body {
color: blue;
}
}
.head .body {
color: red;
}
.head.body {
color: green;
}
.head .body {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment