style: applies ascending order

This commit is contained in:
Catalin Zalog 2020-03-15 22:21:19 +02:00 committed by Martijn Cuppens
parent 8501f2413f
commit fef94bf163
1 changed files with 1 additions and 1 deletions

View File

@ -29,8 +29,8 @@ $utilities: map-merge(
property: box-shadow,
class: shadow,
values: (
sm: $box-shadow-sm,
null: $box-shadow,
sm: $box-shadow-sm,
lg: $box-shadow-lg,
none: none,
)