Skip to content

Commit

Permalink
style: applies ascending order
Browse files Browse the repository at this point in the history
  • Loading branch information
zalog authored and MartijnCuppens committed Mar 15, 2020
1 parent 8501f24 commit fef94bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit fef94bf

Please sign in to comment.