lollms-webui/tailwind.config.js

12 lines
233 B
JavaScript
Raw Normal View History

2023-04-19 04:49:44 +00:00
// tailwind.config.js
module.exports = {
purge: [],
darkMode: 'media', // or 'media' or 'class'
theme: {
extend: {},
},
content: [
'./templates/index.html',
'./templates/main.html',
]
}