Skip to content

Instantly share code, notes, and snippets.

@alfredbez
Created December 12, 2014 09:52
Show Gist options
  • Select an option

  • Save alfredbez/041dcd36d3768b877c01 to your computer and use it in GitHub Desktop.

Select an option

Save alfredbez/041dcd36d3768b877c01 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
.root {
background: #eee;
color: #333;
.child {
text-decoration: underline;
.subchild {
text-decoration: none;
}
}
}
.root {
background: #eee;
color: #333;
}
.root .child {
text-decoration: underline;
}
.root .child .subchild {
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment