Reposting @developer.mozilla.org
CSS nesting is now Baseline π
Write nested selectors directly in CSS β just like Sass, but natively.
.card {
color: black;
&:hover { color: blue; }
.title { font-weight: bold; }
}
No preprocessor needed.
Learn more π
developer.mozilla.org/en-US/docs/...