Skip to content

Instantly share code, notes, and snippets.

@tolja
Last active August 29, 2015 14:08
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 tolja/788871d2832d33377c20 to your computer and use it in GitHub Desktop.
Save tolja/788871d2832d33377c20 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
body
background-color: black
width: 50px
a
text-decoration: none
&.hover
text-decoration: underline
& .deco
width: 500px
& p
height: 50px
body {
background-color: black;
width: 50px;
}
body a {
text-decoration: none;
}
body a.hover {
text-decoration: underline;
}
body a.hover .deco {
width: 500px;
}
body p {
height: 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment