mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
12 lines
233 B
JavaScript
12 lines
233 B
JavaScript
// tailwind.config.js
|
|
module.exports = {
|
|
purge: [],
|
|
darkMode: 'media', // or 'media' or 'class'
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
content: [
|
|
'./templates/index.html',
|
|
'./templates/main.html',
|
|
]
|
|
} |