Scaffold and Phase 1

This commit is contained in:
2026-05-02 19:46:42 -05:00
parent ab74e7cad4
commit d909cb7c30
92 changed files with 4967 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html {
/* Prevent text-size inflation on mobile */
-webkit-text-size-adjust: 100%;
}
body {
@apply bg-white text-gray-900 antialiased;
}
}