mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38:53 +08:00
stub fixes
This commit is contained in:
8
configure-stubs/theme/tailwind.config.js
Normal file
8
configure-stubs/theme/tailwind.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const preset = require('./vendor/filament/filament/tailwind.config.preset')
|
||||
|
||||
module.exports = {
|
||||
presets: [preset],
|
||||
content: [
|
||||
'./vendor/filament/**/*.blade.php'
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user