I spent waaay too long trying to figure out why my CSS rule didn't work. It doesn't accept me to overwrite an already existing one. The rules did not specify this at all.
It is not clear that the game wants me to find another rule that fixes the problem instead of adding a single perfectly valid line of CSS that does it. There is a huge difference between those two. CSS being cascading meaning that any CSS property coming after an initial rule will overwrite the previous one (in part or fully).
It would be really nice if the game would tell me if the rule I added wasn't allowed instead of just silently failing to do anything with no feedback.
marktolson|10 months ago
craftkiller|10 months ago
npodbielski|10 months ago
tobinfekkes|10 months ago
archerx|10 months ago
thiht|10 months ago
1dom|10 months ago
bryanrasmussen|10 months ago
As such that the game does not actually allow you to use the cascade as it should be used is a downside.
Devasta|10 months ago
CSS -> Tailwind
JS -> Typescript
It must be maddening working as a browser dev knowing that the very first thing most devs worth their corn do is immediately go to abstracts so they are able ignore your work as much as they can.
damnitbuilds|10 months ago
CSS I leave to masochists.
wjdp|10 months ago