mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 17:11:48 +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
@@ -73,7 +73,7 @@
|
||||
border-left: 0;
|
||||
|
||||
@include media-breakpoint-down(lg) {
|
||||
box-shadow: $box-shadow-lg;
|
||||
box-shadow: var(--bs-box-shadow-lg);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user