You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// optional convenience mapping of the CSS module locals
115
+
console.log(knightedCssModules)
116
+
```
117
+
118
+
> [!NOTE]
119
+
> The bridge loader does not generate `stableSelectors`. It simply re-exports the
120
+
> upstream output and resolves `knightedCss` by calling the upstream module’s
121
+
> `toString()` or using its default string export when present. For CSS Modules
122
+
> pipelines, configure the `?knighted-css` branch to emit a string (for example,
123
+
> `css-loader` with `exportType: 'string'`) so `knightedCss` is populated.
124
+
60
125
### Combined imports
61
126
62
127
Need the component exports **and** the compiled CSS from a single import? Use `?knighted-css&combined` and narrow the result with `KnightedCssCombinedModule` to keep TypeScript happy:
0 commit comments