ResearchRAG / frontend /postcss.config.js
riezqidr's picture
feat: initialize frontend with React, Vite, and Tailwind CSS
a32aee9
Raw
History Blame Contribute Delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};