We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5dfd23 commit edb3ffaCopy full SHA for edb3ffa
README.md
@@ -324,7 +324,7 @@ Styles can be locally scoped to avoid globally scoping styles.
324
The syntax `:local(.className)` can be used to declare `className` in the local scope. The local identifiers are exported by the module.
325
326
With `:local` (without brackets) local mode can be switched on for this selector.
327
-The `:global(.className)` nocation can be used to declare an explicit global selector.
+The `:global(.className)` notation can be used to declare an explicit global selector.
328
With `:global` (without brackets) global mode can be switched on for this selector.
329
330
The loader replaces local selectors with unique identifiers. The chosen unique identifiers are exported by the module.
0 commit comments