Skip to content

Commit

Permalink
Fix Tailwind content path for nested Blade pages
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 25, 2024
1 parent d4102a7 commit d7cbb4c
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
Expand Up @@ -3,7 +3,7 @@ const defaultTheme = require('tailwindcss/defaultTheme');
module.exports = {
darkMode: 'class',
content: [
'./_pages/*.blade.php',
'./_pages/**/*.blade.php',
'./resources/views/**/*.blade.php',
'./vendor/hyde/framework/resources/views/**/*.blade.php',
],
Expand Down

0 comments on commit d7cbb4c

Please sign in to comment.