|
|
|
|
|
by Wintamute
4037 days ago
|
|
The point of using it is to get back to native CSS, and restrict yourself to features that improve simplicity, adaptability and architecture of large CSS code bases. Using a nice component based architecture (perhaps like SUITCSS) and this you can write really maintainable CSS, that can be understood by everyone, now and in the future, not just those that have learnt Sass. |
|
Not having lots of nested divs with lots of class names also helps to code readability and maintainability if you use something like React with JSX.
I see advantages in not needing to precompile in the future, but apart from that I see this as a step back, of course it's my opinion, I see how this can work for other people.