initial commit

This commit is contained in:
Hydroxycarbamide 2024-04-14 19:13:21 +02:00
commit 48323b32b9
23 changed files with 684 additions and 0 deletions

7
postcss.config.cjs Normal file
View file

@ -0,0 +1,7 @@
const config = {
plugins: {
tailwindcss: {},
},
};
module.exports = config;