diff --git a/scss/_forms.scss b/scss/_forms.scss index 7d16d013b5..c2cd7733a3 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -23,7 +23,7 @@ // Note: This has no effect on `s in CSS. @include border-radius($input-border-radius); @include box-shadow($input-box-shadow); - transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; + @include transition(border-color ease-in-out .15s, box-shadow ease-in-out .15s); // Make inputs at least the height of their button counterpart (base line-height + padding + border). // Only apply the height to textual inputs and some selcts.