mirror of
https://github.com/h44z/wg-portal.git
synced 2025-06-27 16:57:01 +00:00
fix bootswatch 5.3.5 issue
This commit is contained in:
parent
c73286e11a
commit
8e5d5138c0
@ -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
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user