Fix badge theme variable fallback order (#41920)
Move --bs-theme-* variable usage from CSS variable definitions to property declarations. This ensures the fallback works correctly: - color: var(--bs-theme-contrast, var(--bs-badge-color)) - background-color: var(--bs-theme-bg, var(--bs-badge-bg)) Also fixes .badge-subtle variant to use same pattern.
M
Mark Otto committed
397eeca443942b68285e990a5ee98f7c2a11257b
Parent: 3acb462
Committed by Mark Otto <markdotto@gmail.com>
on 1/9/2026, 4:08:32 AM