Commit 694f7e0
committed
Fix: Use proper @use syntax with wildcard namespace for bootstrap import
The previous @use directive without proper webpack module resolution wasn't working.
This update keeps the `~` prefix for webpack and uses `as *` to make all bootstrap
utilities available in the global scope, similar to the original @import behavior.1 parent c4c4bd5 commit 694f7e0
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | | - | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments