1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02: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

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);
}
}

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);
}
}
}