ElmDemo/UI/tailwind.config.js
2023-06-21 17:23:21 +08:00

12 lines
144 B
JavaScript

module.exports = {
content: [
"./index.html",
"./*.html",
"./pages/*.html",
],
theme: {
extend: {},
},
plugins: [],
}