Skip to content

Commit

Permalink
style: stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
sivan committed Jul 29, 2019
1 parent cbcc5b3 commit 0429906
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/button/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,7 @@
white-space: nowrap;
touch-action: manipulation;
cursor: pointer;
transition:
background-color $speed-normal $easing,
border-color $speed-normal $easing,
box-shadow $speed-fast $easing,
color $speed-normal $easing;
transition: background-color $speed-normal $easing, border-color $speed-normal $easing, box-shadow $speed-fast $easing, color $speed-normal $easing;

@include hi-btn-style();

Expand Down

0 comments on commit 0429906

Please sign in to comment.