wedding-platform / postcss.config.js
imeshuek's picture
Upload postcss.config.js
4d600f0 verified
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}