Skip to content

Commit c2f6b09

Browse files
authored
docs: Fix typos in inject filescopes docs (#1716)
1 parent ee89769 commit c2f6b09

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

site/docs/integrations/rollup.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ vanillaExtractPlugin({
8585
8686
Each integration will set a default value based on the configuration options passed to the bundler.
8787
88-
### untable_injectedFilescopes
88+
### unstable_injectFilescopes
8989
90-
Injects filescopes into Vanilla Extract modules instead of generating CSS.
90+
When set to `true`, injects filescopes into Vanilla Extract modules instead of generating CSS.
91+
Defaults to `false`.
9192
This is useful for utility or component libraries that prefer their consumers to process Vanilla Extract files instead of bundling CSS.
9293
9394
Note that this flag only works with `preserveModules: true`.

0 commit comments

Comments
 (0)