We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a17246 commit 942b8b3Copy full SHA for 942b8b3
doc/laravel-views.md
@@ -66,13 +66,13 @@ php artisan view:clear
66
You can specify which assets you want to include passing a string to those directives with a list of the assets you want to include.
67
68
```php
69
-@laravelViewsStyles('laravel-views,tailwindcss,livewire')
+@laravelViewsStyles(laravel-views,tailwindcss,livewire)
70
```
71
72
If you dont need to include `Tailwindcss` or `Livewire` assets you can just set the `laravel-views` assets in the list.
73
74
75
-@laravelViewsStyles('laravel-views')
+@laravelViewsStyles(laravel-views)
76
77
78
## Purge Tailwindcss styles
0 commit comments