CV-Engine/cv-engine/postcss.config.js
geulah 1bede93cd1 feat: initialize CV Engine project with core functionality
- Set up React + TypeScript + Vite project with TailwindCSS
- Implement Zustand store for CV data management
- Create personal details editor with validation
- Add ATS-friendly template for CV preview
- Build stepper navigation component
- Include schema validation with Zod
- Configure ESLint and Prettier for code quality
2025-10-05 22:53:40 +01:00

6 lines
91 B
JavaScript

export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
};