2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Use box-shadow CSS vars instead of Sass vars in assets and variables

This commit is contained in:
Julien Déramond
2023-07-27 23:00:17 +02:00
committed by Mark Otto
parent 913efd78c6
commit 78b4e5d2d6
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -73,7 +73,7 @@
border-left: 0;
@include media-breakpoint-down(lg) {
box-shadow: $box-shadow-lg;
box-shadow: var(--bs-box-shadow-lg);
}
}
+1 -1
View File
@@ -15,7 +15,7 @@
@include media-breakpoint-down(lg) {
.offcanvas-lg {
border-right-color: var(--bs-border-color);
box-shadow: $box-shadow-lg;
box-shadow: var(--bs-box-shadow-lg);
}
}
}