Skip to content

Commit

Permalink
Formatting (newline)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoko committed May 25, 2021
1 parent 546b62e commit a1a9ba8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/animations/_arrow.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@import '../variables';

@if index($hamburger-animations, arrow) or index($hamburger-animations, arrow-r) {
.#{$hamburger-class-name}--arrow, .#{$hamburger-class-name}--arrow-right {
.#{$hamburger-class-name}--arrow,
.#{$hamburger-class-name}--arrow-right {
> .inner {
transition: transform 0.5s / $hamburger-animation-speed $hamburger-easing;
}
Expand Down

0 comments on commit a1a9ba8

Please sign in to comment.