ascent-interview-backend / frontend /postcss.config.js
faais-k's picture
feat: complete professional redesign with shadcn/ui and veridian design system
b6c632c
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};