Post #2392946
2026-03-26 23:19 UTC
@leaverou@front-end.social
(now that I understand what you were asking)
C & D seem yick.
I can see justification for A & B either way. I like/voted A since there could be simple optimizations available and it's less likely to do surprising things, which I might worry about if the order switched to:
div > h2 { font-size: 20px; }
div + p { font-size: 30px; }
div { @apply --foo(10em); font-size: 10px; }
But ideally, I'd go with option E, "have the browser reach through the screen and smack the web-dev with a pool noodle" 😆
Replies (1)
-
@leaverou@front-end.social 2026-03-26 23:35
@gumnos@mastodon.bsd.cafe All four options would produce the same results for the order in your toot.