mtextylelastedweb / admin-app /postcss.config.js
ibrohm's picture
Initial deploy via assistant API
eb4179c verified
raw
history blame contribute delete
109 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}