Restore rotate keyframes in _global.scss

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
automated-signal
2026-07-24 13:41:18 +00:00
committed by GitHub
co-authored by Scott Nonnenberg
parent b3d9fc53ce
commit ab38ecd62e
+6
View File
@@ -169,3 +169,9 @@ button:not(:disabled, [aria-disabled='true']) {
.overflow-hidden {
overflow: hidden;
}
@keyframes rotate {
to {
transform: rotate(360deg);
}
}