This commit is contained in:
jleroy2023
2025-07-15 11:28:10 +02:00
commit e624d65afa
25 changed files with 677 additions and 0 deletions

8
tailwind.config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
purge: ['./components/**/*.{vue,js}', './layouts/**/*.vue', './pages/**/*.vue'],
theme: {
extend: {},
},
variants: {},
plugins: [],
}