Cascading Styles
A CSS Deep Dive
-
Smashing Workshops
A CSS Deep Dive
With Cascade Layers & Container Queries
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 priority in a project
without relying on specificity hacks or !important
.
This guide is intended to help you fully understand
what cascade layers are for,
how and why you might choose to use them,
the current levels of support,
and the syntax.
Modernizing the cascade for responsive design systems
In this episode of Syntax, Scott and Wes talk with Miriam about all things CSS – container queries, layers, scoping, and more!
Starting a new season of the Smashing Podcast with a look at the future of CSS. What new specs will be landing in browsers soon? Drew McLellan talks to Miriam to find out.
Pushing past global design tokens
To understand how they work with the language
An exploration of CSS custom properties
What does it mean to style a universal medium?
with practical use-cases, tooling, and pitfalls