Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
CSS @scope: Simplifying Naming and Specificity Management
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Why you might want scope in the first place
- 3 - Avoiding this issue using @scope
- 4 - Why this solves the problem - scope proximity
- 5 - Specificity still matters
- 6 - CSS Demystified
- 7 - Stop running into specificity issues thanks to scope
- 8 - Stop the scope at a specific element or elements
- 9 - You can have selector lists if you need to target several elements
- 10 - The difference between & and :scope
- 11 - Things will still inherit!
- 12 - Using inline style blocks
- 13 - Browser support