18 lines
251 B
Markdown
18 lines
251 B
Markdown
# 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
|