🔧 Remove index.php from the Tailwind config

This commit is contained in:
Brandon
2023-12-18 20:20:26 -06:00
parent dd114a4798
commit b94e545e82

View File

@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} config */ /** @type {import('tailwindcss').Config} config */
const config = { const config = {
content: ['./index.php', './app/**/*.php', './resources/**/*.{php,vue,js}'], content: ['./app/**/*.php', './resources/**/*.{php,vue,js}'],
theme: { theme: {
extend: { extend: {
colors: {}, // Extend Tailwind's default colors colors: {}, // Extend Tailwind's default colors