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