topnotch_website/tailwind.config.js
2024-10-21 10:51:31 -04:00

13 lines
199 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: [
"./resources/**/*.blade.php",
"./app/Filament/**/*.blade.php"
],
theme: {
extend: {},
},
plugins: [],
}