Skip to content

Commit

Permalink
Merge pull request #267 from hydephp/fix-tailwind-content-paths
Browse files Browse the repository at this point in the history
Fix Tailwind content path for nested Blade pages
  • Loading branch information
caendesilva authored Nov 25, 2024
2 parents d4102a7 + d7cbb4c commit 3d04117
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 3d04117

Please sign in to comment.