Skip to content

Instantly share code, notes, and snippets.

@csswizardry
Created February 22, 2016 09:40
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 csswizardry/17d119fbac51f23e04c3 to your computer and use it in GitHub Desktop.
Save csswizardry/17d119fbac51f23e04c3 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class=foo id=foo>Foo</div>
// ----
// libsass (v3.2.5)
// ----
.foo {
color: red;
}
[id=foo] {
color: blue;
}
.foo {
color: red;
}
[id=foo] {
color: blue;
}
<div class=foo id=foo>Foo</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment