first commit

This commit is contained in:
Marco Gallegos
2026-01-21 15:55:11 -06:00
commit bda1ed2647
17 changed files with 986 additions and 0 deletions

8
css/tailwind.css Normal file
View File

@@ -0,0 +1,8 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components{
}