We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2941b commit e789661Copy full SHA for e789661
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. This is a feature which offer a local selector scope.
+By default CSS exports all class names into a global selector scope. Styles can be locally scoped 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