10
0
mirror of https://github.com/Bornholm/formidable.git synced 2025-04-19 03:51:10 +02:00
formidable/tailwind.config.js

10 lines
134 B
JavaScript
Raw Normal View History

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