This commit is contained in:
Alois 2026-04-02 22:39:50 +02:00
commit a18640344e
77 changed files with 8201 additions and 2 deletions

7
postcss.config.mjs Normal file
View file

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