Skip to content

Instantly share code, notes, and snippets.

@csswizardry
Created November 9, 2015 23:43
Show Gist options
  • Save csswizardry/394fb1a492c62283640b to your computer and use it in GitHub Desktop.
Save csswizardry/394fb1a492c62283640b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="header">
<p><a href="0">Link</a></p>
<a href="#0" class="btn">Button</a>
</div>
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
.btn.btn {
background-color: black;
color: white;
}
.header {
background-color: #BADA55;
}
.header a {
color: black;
}
:root:root a {
text-decoration: none;
color: pink;
}
.btn.btn {
background-color: black;
color: white;
}
.header {
background-color: #BADA55;
}
.header a {
color: black;
}
:root:root a {
text-decoration: none;
color: pink;
}
<div class="header">
<p><a href="0">Link</a></p>
<a href="#0" class="btn">Button</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment