omg i made a mess again

This commit is contained in:
Pablo Martin 2025-05-21 00:52:41 +02:00
parent 7676c86c28
commit 1fdee24049
10 changed files with 791 additions and 72 deletions

7
tailwind.config.js Normal file
View file

@ -0,0 +1,7 @@
export default {
content: ["./index.html", "./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};