Remove Bootstrap dependency and vendor JS/SCSS sources into Tabler (#2627)

This commit is contained in:
Paweł Kuna
2026-03-18 21:55:42 +01:00
committed by GitHub
parent 65829e9d5e
commit 9d5c83f3ad
165 changed files with 25538 additions and 1026 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
:root,
:host,
[data-bs-theme='light'] {
[data-bs-theme='light'],
[data-theme='light'] {
color-scheme: light;
--#{$prefix}spacer: var(--#{$prefix}spacer-2);