Skip to content

Instantly share code, notes, and snippets.

@onishiweb
Created August 27, 2014 09:49
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 onishiweb/f43b9cd4f05f2df3fcfc to your computer and use it in GitHub Desktop.
Save onishiweb/f43b9cd4f05f2df3fcfc to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.1)
// Compass (v1.0.1)
// ----
.selector {
width:100px;
height:100px;
.child-selector {
background-color:blue;
.no-js & {
background-color:pink;
}
}
}
.selector {
width: 100px;
height: 100px;
}
.selector .child-selector {
background-color: blue;
}
.no-js .selector .child-selector {
background-color: pink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment