Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .prettierrc

This file was deleted.

10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ Optionally, you can publish the views using
php artisan vendor:publish --tag="filament-comments-views"
```

### Integrate Tailwind classes

Filament recommends creating a custom theme to properly support a plugin's additional Tailwind classes. This prevents the plugin from overwriting Filament's default styling.

After you have created your [custom theme](https://filamentphp.com/docs/4.x/styling/overview#creating-a-custom-theme), add:

```css
@source '../../../../vendor/parallax/filament-comments/resources/**/*';
```

## Quickstart

### 1. Add model trait
Expand Down
Loading