Skip to content

Commit d068433

Browse files
author
github-actions
committed
Merge pull request #2042 from hydephp/fix-tailwind-content-paths
Fix Tailwind content path for nested Blade pages hydephp/develop@cbd4f64
1 parent f73edb0 commit d068433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const defaultTheme = require('tailwindcss/defaultTheme');
33
module.exports = {
44
darkMode: 'class',
55
content: [
6-
'./_pages/*.blade.php',
6+
'./_pages/**/*.blade.php',
77
'./resources/views/**/*.blade.php',
88
'./vendor/hyde/framework/resources/views/**/*.blade.php',
99
],

0 commit comments

Comments
 (0)