diff options
| author | Mark Otto <[email protected]> | 2015-08-13 23:13:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-13 23:13:54 -0700 |
| commit | d734653c3d24468b485e47710e70dc6296aa4baa (patch) | |
| tree | dcf5f53af16de2fc4e5ca16a36fd60761ea69dc9 | |
| parent | 27fbc77ecb543296552b6d8c930e2b71344d4a68 (diff) | |
| download | bootstrap-d734653c3d24468b485e47710e70dc6296aa4baa.tar.xz bootstrap-d734653c3d24468b485e47710e70dc6296aa4baa.zip | |
use conditional mixin for transitions on buttons
| -rw-r--r-- | scss/_buttons.scss | 2 |
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, |
