This commit is contained in:
2023-03-08 14:47:59 +01:00
parent e8c8932630
commit 26a56e6e5b
15 changed files with 1770 additions and 14575 deletions

12
tailwind.config.js vendored Normal file
View File

@@ -0,0 +1,12 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./public/index.html",
"./resources/**/*.{vue,js}",
"./resources/views/**/*.blade.php"
],
theme: {
extend: {},
},
plugins: [],
}