We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs
1 parent ee89769 commit c2f6b09Copy full SHA for c2f6b09
1 file changed
site/docs/integrations/rollup.md
@@ -85,9 +85,10 @@ vanillaExtractPlugin({
85
86
Each integration will set a default value based on the configuration options passed to the bundler.
87
88
-### untable_injectedFilescopes
+### unstable_injectFilescopes
89
90
-Injects filescopes into Vanilla Extract modules instead of generating CSS.
+When set to `true`, injects filescopes into Vanilla Extract modules instead of generating CSS.
91
+Defaults to `false`.
92
This is useful for utility or component libraries that prefer their consumers to process Vanilla Extract files instead of bundling CSS.
93
94
Note that this flag only works with `preserveModules: true`.
0 commit comments