This commit is contained in:
2023-11-14 09:40:58 +10:00
parent 7d9b6793d3
commit 6f53c7ea6f
51 changed files with 110 additions and 5546 deletions

12
tailwind.config.js Normal file
View File

@@ -0,0 +1,12 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./resources/**/*.blade.php",
"./resources/**/*.js",
"./resources/**/*.vue",
],
theme: {
extend: {},
},
plugins: [],
}