Skip to content

Commit

Permalink
Upgrade CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Jul 25, 2024
1 parent dd6122e commit 1136f24
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/css/filament/admin/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import preset from '../../../../vendor/filament/filament/tailwind.config.preset'

export default {
presets: [preset],
content: [
'./app/Filament/**/*.php',
'./resources/views/**/*.blade.php',
'./resources/views/filament/**/*.blade.php',
'./vendor/filament/**/*.blade.php',
'./vendor/laravel/jetstream/**/*.blade.php',
],
}

0 comments on commit 1136f24

Please sign in to comment.