ElmDemo/UI/tailwind.config.js

12 lines
144 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: [],
}