Schema filtering and a bunch of fixes

This commit is contained in:
Gregory Schier
2025-07-09 12:39:27 -07:00
parent a03ec8875c
commit 036e85d006
6 changed files with 473 additions and 129 deletions

View File

@@ -5,6 +5,7 @@ const sizes = {
xs: '1.8rem',
sm: '2.0rem',
md: '2.3rem',
lg: '2.6rem',
};
/** @type {import('tailwindcss').Config} */