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: [],
}