9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
module.exports = {
|
|
content: [
|
|
"./internal/templates/**/*.templ",
|
|
"./internal/templates/**/*.html",
|
|
],
|
|
theme: { extend: {}, },
|
|
plugins: [],
|
|
}
|