zaply/tailwind.config.js
2024-12-27 19:27:48 +01:00

8 lines
173 B
JavaScript

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