/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./components/**/*.templ", "./pages/**/*.templ"],
theme: {
extend: {},
},
plugins: [],
}