-
I'm excited for official CSS nesting in the spec, but only because it basically eliminates the need for a pre-processor for some people. Hopefully everything can just be CSS, native in the browser soon. Personally, I think CSS nesting is an anti-pattern.
-
…in reply to @rockerest
Since I dropped any pre-processing years ago, it's become very clear that nesting is a tool that papers over muddled and messy HTML structure, which in turn is hard to maintain, often poorly accessible, and frequently breaks (aka: it's inflexible and not generalized).
-
…in reply to @rockerest
I'm "glad" it's coming to CSS, but I think every use should be accompanied with a warning: "Shouldn't you just re-think your UI architecture instead?"