From b451104bcd5a62170f5afc7a3c580d355e8ff333 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Jul 2015 18:35:53 -0700 Subject: [PATCH] use mixin on input transition --- scss/_forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2