Initial Commit

This commit is contained in:
Aiden Smith
2026-02-24 08:48:39 -05:00
parent a3551c0851
commit a17325c39d
17 changed files with 1172 additions and 6 deletions

7
postcss.config.mjs Normal file
View File

@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;