Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 SASS 中表示直接后代 CSS 规则?
前任。
body > div { ... }
似乎无法在文档中找到它:http: //sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html
你应该能够
body >div property:value
您可能必须>用反斜杠转义\。
>
\