Skip to content

Commit c615fbe

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 32935db + 5df92c7 commit c615fbe

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

documentation/frontend.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -212,21 +212,8 @@ You can create custom templates for a specific page. You can use the page code t
212212

213213
### Tailwind CSS Configuration
214214

215-
Ensure Tailwind CSS includes the package paths in your `tailwind.config.js`:
216-
217-
```javascript
218-
module.exports = {
219-
content: [
220-
'./resources/**/*.blade.php',
221-
'./resources/**/*.js',
222-
'./vendor/statikbe/laravel-filament-flexible-content-block-pages/**/*.blade.php',
223-
'./vendor/statikbe/laravel-filament-flexible-content-blocks/**/*.blade.php',
224-
'./vendor/solution-forest/filament-tree/resources/**/*.blade.php',
225-
'./config/filament-flexible-content-blocks.php',
226-
],
227-
// ... rest of config
228-
}
229-
```
215+
Ensure Tailwind CSS includes the required package paths in your `tailwind.config.js` which is used by the front-end.
216+
See tailwind installation steps in the [main README.md](../README.md)
230217

231218
## Frontend Best Practices
232219

0 commit comments

Comments
 (0)