InsuCompass / postcss.config.js
nagur-shareef-shaik's picture
Add Application code
f884d0d
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}