chore: update packages

This commit is contained in:
2023-11-15 10:52:36 +01:00
parent 41e8fd35e5
commit f40fef3b55
4 changed files with 149 additions and 152 deletions

View File

@@ -382,21 +382,6 @@
}
}
}
/*
** States
*/
// Visible when scrolling back up
&.is-visible {
transform: translate3d(0,0,0);
pointer-events: auto;
}
// Apply transition
&.is-transitioning {
transition: transform 1.0s var(--ease-quart);
}
}