Skip to main content

upcoming-feature

CSS and SCSS nesting are not the same

Native CSS Nesting vs. Sass Nesting

People coming from Sass (or other pre-processors) might feel like they know how CSS nesting works, but there are a few key differences!

Upcoming feature
Example of CSS nesting

Native CSS Nesting

A dive into what nesting is, some of the gotcha’s with it, a little bit of how it differs from Sass nesting, and more.

Advanced