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:
9
configure-stubs/package/tailwind.config.js
Normal file
9
configure-stubs/package/tailwind.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const preset = require('./vendor/filament/filament/tailwind.config.preset')
|
||||
|
||||
module.exports = {
|
||||
presets: [preset],
|
||||
content: ['./resources/**/*.{blade.php,js}'],
|
||||
corePlugins: {
|
||||
preflight: false,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user