Skip to content

Commit

Permalink
Cleaned up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoko committed Apr 24, 2020
1 parent 63c3bcb commit 511c9df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scss/animations/_criss-cross.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
&::after {
@include hamburger-bar();

// left: ($hamburger-bar-size - ($hamburger-bar-size / $root-two)) / 2;
opacity: 0;
transform-origin: 0 50%;
transition:
Expand All @@ -23,7 +22,6 @@
}

&::after {
// top: ($hamburger-bar-size / $root-two) / 2;
transform: rotate(-45deg) translate3d(-$offset-x, $offset-y, 0) scaleX(0);
transition-delay: 0.1s / $hamburger-animation-speed;
}
Expand Down

0 comments on commit 511c9df

Please sign in to comment.