Commit d734653c authored by Mark Otto's avatar Mark Otto

use conditional mixin for transitions on buttons

parent 27fbc77e
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment