feat: initial commit
This commit is contained in:
10
resources/css/filament/admin/tailwind.config.js
Normal file
10
resources/css/filament/admin/tailwind.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import preset from '../../../../vendor/filament/filament/tailwind.config.preset'
|
||||
|
||||
export default {
|
||||
presets: [preset],
|
||||
content: [
|
||||
'./app/Filament/**/*.php',
|
||||
'./resources/views/filament/**/*.blade.php',
|
||||
'./vendor/filament/**/*.blade.php',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user