mirror of
https://github.com/Bornholm/formidable.git
synced 2024-12-23 07:19:33 +01:00
10 lines
134 B
JavaScript
10 lines
134 B
JavaScript
module.exports = {
|
|
content: [
|
|
"./internal/server/template/**/*.html.tmpl"
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|