Dominik Hofer
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/...