mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-02 18:02:37 +02:00
Use box-shadow CSS vars instead of Sass vars in assets and variables
This commit is contained in:
committed by
Mark Otto
parent
913efd78c6
commit
78b4e5d2d6
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user