Add tailwind

This commit is contained in:
Julian
2024-09-21 07:05:57 +02:00
parent 33a4e2b675
commit 32653debd0
8 changed files with 2689 additions and 20 deletions

9
tailwind.config.js Normal file
View File

@@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["*.html"],
theme: {
extend: {},
},
plugins: [],
}