title | date | submitter | number | tags | discussion | status | related | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
I want block nesting in CSS |
2020-11-23 13:09:40 UTC |
PRIVATE |
5fbbb494ab888d833450685b |
|
in-progress |
|
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.