mirror of https://github.com/twbs/bootstrap.git
Use CSS box-shadow variables in shadow utility classes (#38816)
This commit is contained in:
parent
5a97018a9a
commit
c81a694ff3
|
@ -77,9 +77,9 @@ $utilities: map-merge(
|
||||||
property: box-shadow,
|
property: box-shadow,
|
||||||
class: shadow,
|
class: shadow,
|
||||||
values: (
|
values: (
|
||||||
null: $box-shadow,
|
null: var(--#{$prefix}box-shadow),
|
||||||
sm: $box-shadow-sm,
|
sm: var(--#{$prefix}box-shadow-sm),
|
||||||
lg: $box-shadow-lg,
|
lg: var(--#{$prefix}box-shadow-lg),
|
||||||
none: none,
|
none: none,
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue