Created
January 9, 2015 22:55
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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