Add the ability to automate items and attributes using a Macro

This commit is contained in:
Oliver 2026-04-27 00:51:31 -06:00
parent 47892d116b
commit 8f67bff2ec
8 changed files with 45 additions and 2 deletions

View file

@ -33,6 +33,10 @@
justify-items: left;
gap: 8px;
&.wide-input {
grid-template-columns: 1fr 1fr;
}
taf-toggle {
justify-self: end;
}