hakobox/tailwind.config.js
2025-04-21 17:59:57 -03:00

11 lines
190 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
// "./internal/**/*.{go,js,templ,html}",
"./views/html/*.html"
],
theme: {
extend: {},
},
plugins: [],
}