Learn SASS | SASS Nested | SASS Nested Properties | SASS Properties | SASS Tutorial For Beginners

Опубликовано: 28 Апрель 2019
на канале: Learn school online
27
2

Learn SASS Nested

When writing HTML you've probably noticed that it has a clear nested and visual hierarchy. CSS, on the other hand, doesn't.

#sass #sassNested

Sass will let you nest your CSS selectors in a way that follows the same visual hierarchy of your HTML. Be aware that overly nested rules will result in over-qualified CSS that could prove hard to maintain and is generally considered bad practice.