Question
SASS: Direct Descendent rule?
How do I represent a direct descendent CSS rule in SASS?
Ex.
body > div { ... }
Couldn't seem to find it in the docs: http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html
45 28149
45