]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
style: applies ascending order
authorCatalin Zalog <c@zalog.ro>
Sun, 15 Mar 2020 20:21:19 +0000 (22:21 +0200)
committerMartijn Cuppens <martijn.cuppens@gmail.com>
Sun, 15 Mar 2020 21:12:11 +0000 (22:12 +0100)
scss/_utilities.scss

index 1a85165dc2e3f73b1123e8459755c6b69c716e10..a872c6bb9ac42ef0a44a643f1ff4d71ac37428ad 100644 (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,
       )