first commit

This commit is contained in:
2025-05-30 02:01:51 -06:00
commit de9c2dea79
95 changed files with 10760 additions and 0 deletions

View File

@ -0,0 +1,9 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.btn-primary {
@apply py-1.5 px-3 text-center bg-blue-700 rounded-md text-white;
}
}