2025-01-25 23:06:44 +01:00
|
|
|
// disable external web fonts
|
|
|
|
$web-font-path: false;
|
|
|
|
|
|
|
|
@import "bootswatch/dist/lux/variables";
|
|
|
|
@import "bootstrap/scss/bootstrap";
|
|
|
|
@import "bootswatch/dist/lux/bootswatch";
|
|
|
|
|
2025-05-04 20:05:38 +02:00
|
|
|
// fix strange border width bug in bootswatch 5.3
|
|
|
|
:root {
|
|
|
|
--bs-border-width: 1px;
|
|
|
|
}
|
2025-01-25 23:06:44 +01:00
|
|
|
|
|
|
|
// for future use, once bootswatch supports @use
|
|
|
|
/*
|
|
|
|
@use "bootswatch/dist/lux/_variables.scss" as lux-vars with (
|
|
|
|
$web-font-path: false
|
|
|
|
);
|
|
|
|
@use "bootstrap/scss/bootstrap" as bs;
|
|
|
|
@use "bootswatch/dist/lux/_bootswatch.scss" as lux-theme;
|
|
|
|
*/
|