I want block nesting in CSS
Submitted by PRIVATE
Permalink https://webwewant.fyi/wants/5fbbb494ab888d833450685b/
A solution for this is currently in development. See the related links for more detail.
For most of my work I've been using SASS/SCSS or another preprocessor solely for the ability to nest blocks as I find it lends itself to more succinct and readable code. If CSS supported this natively, it would
- Simplify the build processes
- Reduce the need to create compatibility package for every build tool
- Save countless GBs in downloads as every project needs a big binary.