painel / frontend /tailwind.config.cjs
Atualli's picture
Duplicate from huggingface-projects/wordalle
1bc8781
raw
history blame
108 Bytes
module.exports = {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: []
};