ElmDemo/UI/tailwind.config.js
2023-06-20 23:35:50 +08:00

12 lines
158 B
JavaScript

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