vibe coded the shit out of a db migration system

This commit is contained in:
2026-01-24 16:21:28 +11:00
parent e7801afd07
commit 038f8fd1a2
15 changed files with 1649 additions and 40 deletions

View File

@@ -310,6 +310,9 @@
.inline-flex {
display: inline-flex;
}
.table {
display: table;
}
.size-5 {
width: calc(var(--spacing) * 5);
height: calc(var(--spacing) * 5);