This commit is contained in:
el 2025-04-23 14:50:18 +02:00
commit 9931a631c3
20 changed files with 6556 additions and 0 deletions

5
postcss.config.mjs Normal file
View file

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