Taste_Rider_Web / postcss.config.js
Harry9233's picture
Upload 20790 files
5c05829 verified
raw
history blame contribute delete
75 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};