ex12 / postcss.config.js
precison9's picture
Add/replace Space with my React Vite TypeScript app
6b154f5
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};