PhyrePanel/web/tailwind.config.js
Bozhidar Slaveykov 83c0ef6e87 update
2024-04-03 02:05:46 +03:00

11 lines
319 B
JavaScript

import preset from './vendor/filament/support/tailwind.config.preset'
export default {
presets: [preset],
content: [
'./app/Filament/**/*.php',
'./resources/views/filament/**/*.blade.php',
'./resources/views/vendor/**/*.blade.php',
'./vendor/filament/**/*.blade.php',
],
};