fluffychat/docs/tailwind.config.js
2021-11-05 19:14:20 +01:00

14 lines
183 B
JavaScript

module.exports = {
purge: [
'./index.html'
],
darkMode: false,
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}