Created
June 12, 2013 19:23
-
-
Save gotoplanb/5768303 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
headliner- { | |
foo { | |
img { | |
border: 5px solid red; | |
} | |
} | |
} |
http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#nested_properties
(Aware this is for properties, not selectors -- it's the closest I'm aware of.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yields a selector of
headliner- foo img
but I needheadliner-foo img
. What's the magic I'm missing?