aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-10-22 13:11:07 -0700
committerXhmikosR <[email protected]>2017-10-22 23:31:53 +0300
commitb61de52e62f31320c0d4d0450e75efe68dfeafb4 (patch)
tree4c3dfeb8072388188f6f5967902cb7678ada89fa
parentd38f08fcdc694f8424efeff3251abb0fc0d08e07 (diff)
downloadbootstrap-b61de52e62f31320c0d4d0450e75efe68dfeafb4.tar.xz
bootstrap-b61de52e62f31320c0d4d0450e75efe68dfeafb4.zip
match property order
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 332e6d877..9ec78d5f4 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -343,7 +343,7 @@ $btn-border-radius: $border-radius !default;
$btn-border-radius-lg: $border-radius-lg !default;
$btn-border-radius-sm: $border-radius-sm !default;
-$btn-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out !default;
+$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
// Forms