โก๏ธBlock Expansions
If you want to add an element, text, or a mixin call as the only child of another element, if, or for, block expansions can save you a line.
div: .multi-lvl-nesting: img(src="/the/internet.jpg")
div: span You can write text too!<div><div class="multi-lvl-nesting"><img src="/the/internet.jpg"></div></div>
<div><span>You can write text too!</span></div>Last updated
Was this helpful?