Nexus / frontend /postcss.config.js
ChandimaPrabath's picture
nexus auth integrated
cdf301a
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}