This repository has been archived on 2026-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
gso-landingpage/postcss.config.mjs
Athena e2168659d4 Sync latest changes + add package-lock.json
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-19 18:10:26 +02:00

7 lines
94 B
JavaScript
Executable file

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