Skip to content

Commit 5767fd2

Browse files
committed
Updated readme
1 parent f7bceaa commit 5767fd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ class User extends Authenticatable implements Commenter, HasName, HasAvatar
388388

389389
### Customizing TipTap Editor Styles
390390

391-
You can customize the TipTap editor CSS classes used using the `Config` class:
391+
You can customize the TipTap editor CSS classes used using the `Config` class.
392392

393393
```php
394394
use Kirschbaum\Commentions\Config;
@@ -418,6 +418,8 @@ CommentsAction::make()
418418
->tipTapCssClasses('prose max-w-none focus:outline-none p-4')
419419
```
420420

421+
**Important**: Make sure to whitelist the classes in your Tailwind config if you override them.
422+
421423
### Translations
422424

423425
You can publish the package translation files and override any strings used by the UI.

0 commit comments

Comments
 (0)