I am not a big fan of nesting. I have yet to see a codebase where nesting makes CSS more readable. Even with BEM, I find it easier to reason about (and debug) the vanilla style. However, I must admit that `&:hover{}` does have a certain appeal. Also, I am very happy that nesting can be done without tooling in the future. It's a feature that many people love.
jhughes982|3 years ago
kerryoco|3 years ago
furthermore I suspect a very large % of people do not realize you can actually edit and save your CSS directly with Workspaces.