P.01CSS @scope Explained: Style Isolation Without a Naming Convention or a Build Step
@scope lets a CSS rule apply only inside a specific part of the DOM, with a lower bound that excludes nested components. No BEM, no CSS Modules, no Shadow DOM. Here's how the syntax works and where it still falls short.
