aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-13 23:13:54 -0700
committerMark Otto <[email protected]>2015-08-13 23:13:54 -0700
commitd734653c3d24468b485e47710e70dc6296aa4baa (patch)
treedcf5f53af16de2fc4e5ca16a36fd60761ea69dc9
parent27fbc77ecb543296552b6d8c930e2b71344d4a68 (diff)
downloadbootstrap-d734653c3d24468b485e47710e70dc6296aa4baa.tar.xz
bootstrap-d734653c3d24468b485e47710e70dc6296aa4baa.zip
use conditional mixin for transitions on buttons
-rw-r--r--scss/_buttons.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss
index eba6e1d9e..b42486974 100644
--- a/scss/_buttons.scss
+++ b/scss/_buttons.scss
@@ -18,7 +18,7 @@
user-select: none;
border: $border-width solid transparent;
@include button-size($btn-padding-y, $btn-padding-x, $font-size-base, $line-height, $btn-border-radius);
- transition: all .2s ease-in-out;
+ @include transition(all .2s ease-in-out);
&,
&:active,