filament-oauth2/tailwind.config.js
2025-11-09 20:10:34 +01:00

11 lines
275 B
JavaScript

const preset = require('./vendor/filament/filament/tailwind.config.preset')
module.exports = {
presets: [preset],
content: [
'./app/Filament/**/*.php',
'./resources/views/filament/**/*.blade.php',
'./vendor/filament/**/*.blade.php',
],
}