🏗️」 wip: work in progress, not done yet.

This commit is contained in:
2025-07-10 16:32:08 +02:00
parent 94644f0671
commit 16df5bfce4
5 changed files with 45 additions and 4 deletions

7
tailwind.config.js Normal file
View File

@ -0,0 +1,7 @@
export default {
content: ['./src/front/**/*.{html,js}'],
theme: {
extend: {},
},
plugins: [],
}