1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

use conditional mixin for transitions on buttons

This commit is contained in:
Mark Otto 2015-08-13 23:13:54 -07:00
parent 27fbc77ecb
commit d734653c3d

View file

@ -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,