Skip to content

Commit

Permalink
Update assets.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Aug 16, 2024
1 parent 4abe405 commit b058ddf
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions docs/getting-started/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,21 @@ we use [tailwind Css](https://tailwindcss.com/) and custom themes by filament, m
You need to add these files to your `tailwind.config.js` file in the `content` section.

* frontend:
* `./vendor/lara-zeus/core/resources/views/**/*.blade.php`
* `./vendor/lara-zeus/bolt/resources/views/themes/**/*.blade.php`

```js
content: [
//...
'./vendor/lara-zeus/core/resources/views/**/*.blade.php',
'./vendor/lara-zeus/bolt/resources/views/themes/**/*.blade.php',
]
```

* filament:
* `./vendor/lara-zeus/bolt/resources/views/filament/**/*.blade.php`

```js
content: [
//...
'./vendor/lara-zeus/bolt/resources/views/filament/**/*.blade.php',
'./vendor/lara-zeus/accordion/resources/views/**/*.blade.php',
]
```

0 comments on commit b058ddf

Please sign in to comment.