Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavinho committed Jan 10, 2021
1 parent 5a17246 commit 942b8b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/laravel-views.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ php artisan view:clear
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.

```php
@laravelViewsStyles('laravel-views,tailwindcss,livewire')
@laravelViewsStyles(laravel-views,tailwindcss,livewire)
```

If you dont need to include `Tailwindcss` or `Livewire` assets you can just set the `laravel-views` assets in the list.

```php
@laravelViewsStyles('laravel-views')
@laravelViewsStyles(laravel-views)
```

## Purge Tailwindcss styles
Expand Down

0 comments on commit 942b8b3

Please sign in to comment.