Skip to content

Commit 5ba09c8

Browse files
committed
Update Tailwind content config
1 parent 825ffe0 commit 5ba09c8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
module.exports = {
2-
content: ['./modules/**/views/**/*.blade.php']
2+
content: [
3+
'./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
4+
'./storage/framework/views/*.php',
5+
'./resources/views/**/*.blade.php',
6+
'./resources/js/**/*.vue',
7+
'./resources-site/views/**/*.blade.php',
8+
'./resources-site/js/**/*.vue',
9+
'./modules/**/views/**/*.blade.php'
10+
]
311
}

0 commit comments

Comments
 (0)