linkedlist:

CSS Scoping

#36 · · CSS

CSS rules are applied globally. While that is often beneficial, it has its downsides. There are already several approaches that try to limit certain rules to certain components, e.g. CSS Modules or CSS-in-JavaScript. But also the CSS Working Group has some ideas about it.

And there is an unofficial proposal to add a simpler version of CSS scoping.