timeshare/tailwind.config.js
2025-12-01 12:24:34 -08:00

6 lines
117 B
JavaScript

module.exports = {
content: ["./**/*.html", "./**/*.templ", "./**/*.go",],
theme: { extend: {}, },
plugins: [],
}