fix bootswatch 5.3.5 issue

This commit is contained in:
Christoph Haas 2025-05-04 20:05:38 +02:00
parent c73286e11a
commit 8e5d5138c0

View File

@ -5,6 +5,10 @@ $web-font-path: false;
@import "bootstrap/scss/bootstrap";
@import "bootswatch/dist/lux/bootswatch";
// fix strange border width bug in bootswatch 5.3
:root {
--bs-border-width: 1px;
}
// for future use, once bootswatch supports @use
/*