Oddbean new post about | logout
 nostr:npub1pl759vx4xtk9t4uxapspnfm7kq4wweu5emw0qyu7peagrfkl429q5lj6wa But that's kind of my entire point, if something as basic as simple nesting requires "reading the spec" to get it right, something is wrong. 

CSS is overly agressive with brevity hacks which causes readability problems and bugs. It's optimizing for writers not readers.

Too many times I've stared at CSS thinking I was looking at a REGEX-style expression, it was far too baroque.

Easy to fix in this case, just use the & all the time. Will likely prevent a few bugs in the process