css-tricks.com

CSS Typed Arithmetic

Starting in Chrome 140, we’ll be able to calculate numeric values with mixed data types. Sounds small, but Amit demonstrates how big a deal this is, calling it Computational CSS.

css-tricks.com

Is it Time to Un-Sass?

Many of the Sass features we’ve grown to love have made their way into native CSS in some shape or form. So, should we still use Sass? This is how developer Jeff Bridgforth is thinking about it.

css-tricks.com

Composition in CSS

CSS is a composable language by nature. This composition nature is already built into the cascade. We simply don’t talk about composition as a Big Thing because it’s the nature of the language.