Skip to content

Instantly share code, notes, and snippets.

@sbrack8t
Created April 15, 2014 15:10
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 sbrack8t/10740255 to your computer and use it in GitHub Desktop.
Save sbrack8t/10740255 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// ----
.header {
.omega {
color:red;
}
}
// .header {
// @at-root .omega {color:red;}
// }
// .header {
// @at-root{
// .omega {
// color:red;
// }
// }
// }
.header .omega {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment