Native CSS nesting is here, and it makes Sass obsolete for the most common use case (nesting selectors). All modern browsers support it. Time to simplify your build setup.
What Even Is CSS Nesting?
If you’ve ever used Sass or SCSS, you know the drill: nesting selectors inside each other to mirror your HTML structure in CSS. For years, that was the reason many developers reached for a preproce…