Files
hristudio/postcss.config.js
Sean O'Connor dbfdd91dea feat: Redesign Landing, Auth, and Dashboard Pages
Also fixed schema type exports and seed script errors.
2026-02-01 22:28:19 -05:00

6 lines
70 B
JavaScript
Executable File

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