fluffychat/docs/tailwind.config.js

14 lines
183 B
JavaScript
Raw Permalink Normal View History

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