Skip to content

Commit

Permalink
style: add pixel units
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Mar 21, 2024
1 parent c4526f7 commit 2fa3fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/view-transition.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@keyframes clip-animation {
from {
clip-path: circle(0 at var(--v3-theme-x) var(--v3-theme-y));
clip-path: circle(0px at var(--v3-theme-x) var(--v3-theme-y));
}
to {
clip-path: circle(var(--v3-theme-r) at var(--v3-theme-x) var(--v3-theme-y));
Expand Down

0 comments on commit 2fa3fc0

Please sign in to comment.