Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
fkhadra committed Jun 7, 2022
1 parent 5a1b515 commit fee848b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions scss/_toast.scss
Expand Up @@ -50,15 +50,3 @@
border-radius: 0;
}
}

.f {
--y: calc(var(--len) - var(--nth));
position: absolute;
bottom: 0;
right: 0;
width: 100%;
transform: translate3d(0, calc(var(--y) * -40%), 0)
scale(calc(1 - 0.05 * var(--y)));
transition: all 0.3s;
min-height: 80px;
}

0 comments on commit fee848b

Please sign in to comment.