We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828548d commit 907e6b0Copy full SHA for 907e6b0
README.md
@@ -15,6 +15,14 @@ You can install the package via composer:
15
composer require elegantly/blade-kit
16
```
17
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
26
You can publish the config file with:
27
28
```bash
0 commit comments