mirror of https://github.com/twbs/bootstrap.git
style: applies ascending order
This commit is contained in:
parent
8501f2413f
commit
fef94bf163
|
@ -29,8 +29,8 @@ $utilities: map-merge(
|
||||||
property: box-shadow,
|
property: box-shadow,
|
||||||
class: shadow,
|
class: shadow,
|
||||||
values: (
|
values: (
|
||||||
sm: $box-shadow-sm,
|
|
||||||
null: $box-shadow,
|
null: $box-shadow,
|
||||||
|
sm: $box-shadow-sm,
|
||||||
lg: $box-shadow-lg,
|
lg: $box-shadow-lg,
|
||||||
none: none,
|
none: none,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue