https://www.oddbird.net/2022/02/21/layers-guide/
Cascade layers are a new CSS feature that allows us to define explicit contained layers of specificity, so that we have full control over which styles take...
css cascade layerscomplete guideoddbird
https://www.oddbird.net/2023/07/20/winging-it-01/
If you've ever found yourself in a specificity war, you'll understand how important having control over style priority can be. During our conversation,...
css cascade layersoddbird
https://codepip.com/games/cascade/
Face a barrage of fast-paced CSS microgames, inspired by the likes of WarioWare, that put your CSS knowledge to the test. Includes dozens of microgames focused...
rapid firecascadestreamcss
https://www.oddbird.net/2023/11/14/shop-talk23/
I drop by the show to talk about CSS updates and news on container queries, rolling out cascade layers, !important things to remember, custom properties, exit...
cascade layerscss functionsoddbird
https://www.bram.us/2022/06/28/the-css-cascade-a-deep-dive-2022-06-09-css-day/
Slides + Video of a talk covering the CSS Cascade, which I gave at CSS Day 2022.
css cascadedeep dive
https://www.smashingmagazine.com/2025/09/integrating-css-cascade-layers-existing-project/
The idea behind this is to share a full, unfiltered look at integrating CSS Cascade Layers into an existing legacy codebase. In practice, itβs about...
css cascade layersintegratingexistingprojectsmashing
https://www.bram.us/2021/09/15/the-future-of-css-cascade-layers-css-at-layer/
When authoring CSS we have to carefully think about how we write and structure our code. Cascade Layers (CSS @layer) aim to ease this task.
css cascade layersfuturebram
https://panda-css.com/docs/concepts/cascade-layers
CSS cascade layers refer to the order in which CSS rules are applied to an HTML element.
cascade layerspanda css