16 ms·
CSS has become too POWERFUL
- AndreasMoeller 10mo agoModern 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 10mo agoI'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 10mo agoSomething has to be done!
- raxxorraxor 10mo agoCSS files now have to ID themselves and do age verification.
- AndreasMoeller 10mo agoI think it will be more of a class based system TBH.
- erik_beus 10mo agoSo much powerful stuff has been released for CSS recently <3
- jakecake 10mo agoGood 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 10mo agoExactly, 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 :)