Skip to content

Instantly share code, notes, and snippets.

@eduardojmatos
Created March 10, 2014 17:20
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 eduardojmatos/9469587 to your computer and use it in GitHub Desktop.
Save eduardojmatos/9469587 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0)
// Compass (v1.0.0.alpha.18)
// ----
.post {
color: #333;
.link {
color: blue;
@at-root .link {
color: red;
}
}
}
.post {
color: #333;
}
.post .link {
color: blue;
}
.link {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment