zaply/tailwind.config.js

8 lines
173 B
JavaScript
Raw Normal View History

2024-12-27 17:02:34 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./components/**/*.templ", "./pages/**/*.templ"],
theme: {
extend: {},
},
plugins: [],
}