mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-10-31 17:19:27 +01:00
14 lines
183 B
JavaScript
14 lines
183 B
JavaScript
module.exports = {
|
|
purge: [
|
|
'./index.html'
|
|
],
|
|
darkMode: false,
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|
|
|