Modern CSS is amazing. It empowers us to build incredible experiences on the web, but as CSS becomes more powerful, we are beginning to see a new weak point.
kasper_svenning•1h ago
I've just heard that the EU has just established a task force to find out how we stop CSS before it gets out of hand!
AndreasMoeller•57m ago
Something has to be done!
raxxorraxor•40m ago
CSS files now have to ID themselves and do age verification.
AndreasMoeller•24m ago
I think it will be more of a class based system TBH.
erik_beus•56m ago
So much powerful stuff has been released for CSS recently <3
jakecake•53m ago
Good examples. Even though I can write HEX colors directly, I usually use dev-tools visually to get it right. Gradients is impossible to write by hand.
AndreasMoeller•25m ago
Exactly, I would be suspicious of anyone who can remember the syntax .
Timing functions is the most extreme example IMO. Being able to visualize a Bezier curve from cubic-bezier(0.47, -0.02, 0.57, 1.04), and THEN mentally map that to an animation behavior is just not humanly possible :)
AndreasMoeller•1h ago