Skip to content

Commit

Permalink
Update readme because @scope isn't in Firefox yet
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Oct 27, 2024
1 parent b382830 commit 389d25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ htmlModulesPlugin({
## Transforming Styles

> [!WARNING]
> The `extractScopedStyles: true` experimental option was removed in v0.8. We recommend you use the newer `@scope` standard in a global stylesheet if you want to author "scoped" light DOM styles.
> The `extractScopedStyles: true` experimental option was removed in v0.8. We recommend you use the usual CSS nesting—or soon, the newer `@scope` standardin a global stylesheet if you want to author "scoped" light DOM styles.
If you define `extractGlobalStyles: true`, then any `style` tag featuring a `scope="global"` attribute or a `global` boolean attribute will have those styles extracted out of there and included in esbuild's CSS bundle output.

Expand Down

0 comments on commit 389d25b

Please sign in to comment.