Capstone/ui/tailwind.config.js

6 lines
102 B
JavaScript

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