Skip to content

Instantly share code, notes, and snippets.

@alice-liu
Created May 12, 2014 23:21
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 alice-liu/95437b12293be1b7e206 to your computer and use it in GitHub Desktop.
Save alice-liu/95437b12293be1b7e206 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v0.7.0)
// ----
.foo {
color: red;
.ie8 & {
color: blue;
}
}
.foo {
color: red; }
.ie8 .foo {
color: blue; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment