← Back to context

Comment by crooked-v

7 days ago

Writing CSS from scratch sucks. I'm glad we've left those days far behind.

Modern CSS is actually really quite pleasant.

  • It's great for document formatting. For app layout, it's very easy for the cascading aspect to shoot you in the foot if you're not careful (which is why even the most purist CSS writers will tend to layer abstractions or rules on top of it, even if it's only convention based ones without technology like BEM.

Also let's not pretend like typical efforts were not buggy as hell with oversights or tricks that didn't work in every environment.