Skip to content

Commit 907e6b0

Browse files
committed
readme
1 parent 828548d commit 907e6b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ You can install the package via composer:
1515
composer require elegantly/blade-kit
1616
```
1717

18+
To make it work with tailwindcss v4, you must add the following lines to your `app.css`.
19+
20+
```css
21+
@import "../../vendor/elegantly/blade-kit/theme.css";
22+
@source "../../vendor/elegantly/blade-kit/resources/views/**/*.blade.php";
23+
@source "../../vendor/elegantly/blade-kit/src/Ui/**/*.php";
24+
```
25+
1826
You can publish the config file with:
1927

2028
```bash

0 commit comments

Comments
 (0)