Skip to content

Instantly share code, notes, and snippets.

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

  • Save alfredbez/1c4e535ebf914251afe4 to your computer and use it in GitHub Desktop.

Select an option

Save alfredbez/1c4e535ebf914251afe4 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;
&:hover {
background: #fff;
}
.child {
text-decoration: underline;
.subchild {
text-decoration: none;
}
}
}
.root {
background: #eee;
color: #333;
}
.root:hover {
background: #fff;
}
.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