Skip to content

Commit 8837a4b

Browse files
Update the pagination docs to reflect the actual implementation (#10251)
1 parent 0cc3f93 commit 8837a4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pagination.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ By default, the HTML generated by the paginator is compatible with the [Tailwind
2828
If you are using Laravel's default Tailwind pagination views with Tailwind 4.x, your application's `resources/css/app.css` file will already be properly configured to `@source` Laravel's pagination views:
2929

3030
```css
31-
@import "tailwindcss";
31+
@import 'tailwindcss';
3232

33-
@source "./../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views";
33+
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
3434
```
3535

3636
<a name="basic-usage"></a>

0 commit comments

Comments
 (0)