DEV Community

Cover image for Developing For Imperfect: Future Proofing CSS Styles
Stephanie Eckles
Stephanie Eckles

Posted on • Originally published at moderncss.dev

Developing For Imperfect: Future Proofing CSS Styles

This is episode #26 in a series examining modern CSS solutions to problems I've been solving over the last 13+ years of being a frontend developer. Visit ModernCSS.dev to view the whole series and additional resources.

How do we plan future-proof styles in a world with an infinite degree of device and user ability variance? Let's explore how things can break and how modern CSS provides solutions.

This episode will cover handling for:

  • variable content length and overflow
  • unpredictable media sizes
  • internationalization
  • accessibility-related user settings

We'll explore creating a robust comment thread component.

Continue reading the full article on ModernCSS.dev >

Top comments (0)