This commit is contained in:
2025-05-24 17:46:07 -04:00
Unverified
commit 30a320f049
17 changed files with 6390 additions and 0 deletions

5
postcss.config.mjs Normal file
View File

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