Skip to content

Commit

Permalink
🔧 Remove index.php from the Tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Dec 19, 2023
1 parent dd114a4 commit b94e545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} config */
const config = {
content: ['./index.php', './app/**/*.php', './resources/**/*.{php,vue,js}'],
content: ['./app/**/*.php', './resources/**/*.{php,vue,js}'],
theme: {
extend: {
colors: {}, // Extend Tailwind's default colors
Expand Down

0 comments on commit b94e545

Please sign in to comment.