File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments