painel / frontend /postcss.config.cjs
Atualli's picture
Duplicate from huggingface-projects/wordalle
1bc8781
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}