Skip to content

Commit

Permalink
match property order
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo authored and XhmikosR committed Oct 22, 2017
1 parent d38f08f commit b61de52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b61de52

Please sign in to comment.