fluffychat/tailwind.config.js
2023-07-14 10:15:56 +00:00

14 lines
No EOL
183 B
JavaScript

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