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