fixed mock sync group table styles

This commit is contained in:
2026-02-14 20:07:18 -07:00
parent b53fb18737
commit c0966ceeb4
4 changed files with 101 additions and 67 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
@utility grid-table-* {
&:is(table) {
display: grid;
grid-template-columns: repeat(--value(integer), auto);
grid-template-columns: --value([*]);
& > :is(thead, tbody, tfoot) {
grid-column-start: 1;