saap-plattform / frontend /postcss.config.cjs
Hwandji's picture
feat: initial HuggingFace Space deployment
4343907
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}