Skip to content

Instantly share code, notes, and snippets.

@rupl
Created January 9, 2015 22:55
Show Gist options
  • Save rupl/bcbbb6fe32aa583fb365 to your computer and use it in GitHub Desktop.
Save rupl/bcbbb6fe32aa583fb365 to your computer and use it in GitHub Desktop.
eq.js nested children of component — right now the problem is the repeating of nested selectors, in this case .thumb
.clip--hero {
margin: 0 auto;
.thumb {
width: 100%;
}
// Leave room for title/desc on desktop.
@include eq('desktop') {
.thumb {
@include grid-span(8, 1);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment