This commit is contained in:
sebivh
2025-09-21 00:55:20 +02:00
commit 09bce907ba
23 changed files with 2039 additions and 0 deletions

5
postcss.config.mjs Normal file
View File

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