

State of CSS in 2025 with Adam Argyle and Kevin Powell
Oct 1, 2025
Adam Argyle, a design engineer at Shopify and CSS advocate, joins Kevin Powell, a CSS educator and content creator, to explore the dynamic landscape of CSS in 2025. They delve into the latest survey results, highlighting new features like nesting and container queries that are reshaping web styling. The duo discusses the practicality of functions and the significance of innovations like relative color syntax and app property. They also contemplate the future of CSS, envisioning exciting possibilities like motion blur and state queries.
AI Snips
Chapters
Transcript
Episode notes
Why CSS Still Wins
- CSS remains dominant because it's a composable, declarative language that browsers execute natively.
- New native features let CSS handle edge cases that tooling and frameworks struggle to cover.
Native Features Outpace Utilities
- Native CSS features now solve problems frameworks and utility libraries can't easily handle.
- This constrains what tools like Tailwind can cover as browsers introduce higher-level capabilities.
Learn CSS Fundamentals First
- Learn how CSS works rather than trying to replace it with JavaScript patterns.
- Understanding CSS fundamentals reduces confusion and prevents unnecessary tooling.