Skip to content

Commit 1f0fe45

Browse files
Update documentation/docs/02-template-syntax/05-styles-and-classes.md
Co-authored-by: Rich Harris <[email protected]>
1 parent 38e6147 commit 1f0fe45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/02-template-syntax/05-styles-and-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To apply all styles after a certain point to a selector globally, use the `:glob
8888
</style>
8989
```
9090

91-
> The second example above could also be turned into a `.a :global .b .c .d` selector, where everything after the `:global` is unscoped. Both forms are semantically equal, and as such this form is also supported, but the nested form is recommended instead when writing styles.
91+
> The second example above could also be written as an equivalent `.a :global .b .c .d` selector, where everything after the `:global` is unscoped, though the nested form is preferred.
9292
9393
## Nested style tags
9494

0 commit comments

Comments
 (0)