formidable/tailwind.config.js

10 lines
134 B
JavaScript

module.exports = {
content: [
"./internal/server/template/**/*.html.tmpl"
],
theme: {
extend: {},
},
plugins: [],
}