Skip to main content Accessibility Feedback

CSS specificity and the cascade

Today, I wanted to share two quick resources for understanding CSS better.

  1. Misconceptions about CSS Specificity is an article by Bramus that digs into some of the nitty gritty about how CSS specificity works (and some common misconceptions about it).
  2. Don’t Fear the Cascade is a talk by Mayank that’s happening at 11ty Conf today (for free!). If you can’t make it live, the recordings will be available later. Mayank will be how the cascade works, and how to use it to your advantage when writing CSS.

Enjoy!