Add .opencode/rules/frontend.md

This commit is contained in:
2026-04-25 10:45:33 +02:00
parent 89a39db7e2
commit 3f69968d5e

View File

@@ -0,0 +1,17 @@
# Frontend Rules
## HTML
- Semantisches HTML5
- Accessibility beachten (a11y)
## CSS
- CSS Variables für Theming
- Mobile-First Ansatz
- Keine inline Styles (außer dynamisch)
## JS
- Vanilla JS bevorzugt, kein Framework-Overhead
- ES6+ Syntax