Skip to content

Commit 533afd3

Browse files
committed
Fix tailwind purge docs
1 parent 4a1aaa0 commit 533afd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = {
4343
mode: 'jit',
4444
purge: [
4545
...
46-
'./vendor/rappasoft/laravel-livewire-tables/resources/views/tailwind/**/*.blade.php',
46+
'./vendor/rappasoft/laravel-livewire-tables/resources/views/**/*.blade.php',
4747
],
4848
...
4949
};

0 commit comments

Comments
 (0)