2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2024-12-23 14:02:34 +01:00
fluffychat/docs/tailwind.config.js

14 lines
183 B
JavaScript
Raw Normal View History

2021-11-05 09:53:27 +01:00
module.exports = {
purge: [
'./index.html'
],
darkMode: false,
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}