Skip to content

Instantly share code, notes, and snippets.

@csswizardry
Created November 9, 2015 23:44
Show Gist options
  • Save csswizardry/c44402bac15b506fb920 to your computer and use it in GitHub Desktop.
Save csswizardry/c44402bac15b506fb920 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class=foo id=foo>Foo!</div>
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
[id=foo] {
color: yellow;
}
.foo {
color: red;
}
[id=foo] {
color: yellow;
}
.foo {
color: red;
}
<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