🔧 Remove index.php from the Tailwind config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user