Web.Auth.Nexus / frontend /postcss.config.js
ChandimaPrabath's picture
0.0.1 Debug
5649a75
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}