File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ Styles can be locally scoped to avoid globally scoping styles.
324324The syntax ` :local(.className) ` can be used to declare ` className ` in the local scope. The local identifiers are exported by the module.
325325
326326With ` :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.
327+ The ` :global(.className) ` notation can be used to declare an explicit global selector.
328328With ` :global ` (without brackets) global mode can be switched on for this selector.
329329
330330The loader replaces local selectors with unique identifiers. The chosen unique identifiers are exported by the module.
You can’t perform that action at this time.
0 commit comments