Tailwind + Logo

This commit is contained in:
Rico van Zelst
2023-10-25 22:40:15 +02:00
parent cc882c4488
commit 23c31f88c5
20 changed files with 3460 additions and 133 deletions

12
tailwind.config.js Normal file
View File

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