antragsideen-hagen/frontend/tailwind.config.js
Dotty Dotter 34d5671997 Initial commit: Antragsideen-App Skeleton
- Backend (FastAPI)
- Frontend
- Docker Compose
- README
2026-03-30 23:49:13 +02:00

11 lines
203 B
JavaScript

export default {
content: ['./index.html', './src/**/*.{vue,js}'],
theme: {
extend: {
colors: {
green: { DEFAULT: '#2E7D32', dark: '#1B5E20', light: '#4CAF50' }
}
}
}
}