Merge branch 'master' into bui-menu-fix

This commit is contained in:
Charles de Dreuille
2026-03-23 11:33:05 +00:00
6 changed files with 1082 additions and 1 deletions
@@ -219,4 +219,14 @@
animation: none;
}
}
@keyframes bui-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
}