services / postcss.config.js
vish85521's picture
Upload 18 files
6a44dcb verified
raw
history blame contribute delete
95 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};