feat: Uses room names for trunk sizing in the form and table, prep for removing register-id's in favor of only using the room names.

This commit is contained in:
2026-01-14 19:24:56 -05:00
parent 356e020e3b
commit 86307dfa05
5 changed files with 21 additions and 8 deletions

View File

@@ -6851,6 +6851,13 @@
margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-2 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-4 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;