Skip to content

Instantly share code, notes, and snippets.

View mohs8421's full-sized avatar

mohs8421

View GitHub Profile
@glueckpress
glueckpress / prepend-selector-to-nesting.scss
Created April 21, 2013 08:27
How to prepend i.e. a .js class to the first level of a nested selector in SASS.
/**
* Prepend a selector to the first level of nested selectors.
* Comments demonstrate compiled CSS.
*/
.foo {
/* .foo */
.bar {
/* .foo .bar */