app / postcss.config.cjs
AZILS's picture
Upload 323 files
a21c316 verified
raw
history blame contribute delete
94 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}