scrapeRL / frontend /postcss.config.js
NeerajCodz's picture
chore: initialize frontend with React, Vite, and TailwindCSS
f4a05c4
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};