anycoder / frontend /postcss.config.js
akhaliq's picture
akhaliq HF Staff
new UI
b42dfef
raw
history blame
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}