ElmDemo/UI/tailwind.config.js

12 lines
158 B
JavaScript
Raw Normal View History

2023-06-15 13:21:48 +00:00
module.exports = {
content: [
"./index.html",
"./*.html",
"./pages/*.html",
],
theme: {
extend: {},
},
plugins: [],
2023-06-20 15:35:50 +00:00
mode: 'jit',
}