mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38:53 +08:00
9 lines
186 B
JavaScript
9 lines
186 B
JavaScript
const preset = require('./vendor/filament/filament/tailwind.config.preset')
|
|
|
|
module.exports = {
|
|
presets: [preset],
|
|
content: [
|
|
'./vendor/filament/**/*.blade.php'
|
|
],
|
|
}
|