You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
topnotch_website/tailwind.config.js

14 lines
227 B
JavaScript

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