ttt-space / frontend /postcss.config.cjs
radames's picture
first
feb4f42
raw
history blame
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}