6 lines
117 B
JavaScript
6 lines
117 B
JavaScript
module.exports = {
|
|
content: ["./**/*.html", "./**/*.templ", "./**/*.go",],
|
|
theme: { extend: {}, },
|
|
plugins: [],
|
|
}
|