Skip to content

Instantly share code, notes, and snippets.

@gavacho
Created May 6, 2014 21:52
Show Gist options
  • Save gavacho/4cd1603b919cf7586ffd to your computer and use it in GitHub Desktop.
Save gavacho/4cd1603b919cf7586ffd to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.6)
// Compass (v1.0.0.alpha.18)
// ----
.block {
background-color: black;
&--light {
background-color: white;
}
&__fg {
color: white;
}
&block__fg {
color: black;
}
}
.block {
background-color: black;
}
.block--light {
background-color: white;
}
.block__fg {
color: white;
}
.blockblock__fg {
color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment