Add tailwind

This commit is contained in:
2024-08-09 19:47:06 +02:00
parent 0eab74d979
commit 8e5905be24
7 changed files with 119 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx,svelte}",
],
theme: {
extend: {},
},
plugins: [],
}