8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e789661 commit c2e5a9eCopy full SHA for c2e5a9e
README.md
@@ -62,7 +62,7 @@ Using 'Root-relative' urls is not recommended. You should only use it for legacy
62
63
### Local scope
64
65
-By default CSS exports all class names into a global selector scope. Styles can be locally scoped avoid globally scoping styles.
+By default CSS exports all class names into a global selector scope. Styles can be locally scoped to avoid globally scoping styles.
66
67
The syntax `:local(.className)` can be used to declare `className` in the local scope. The local identifiers are exported by the module.
68
0 commit comments