dev only
Design System
CSS token system, reusable components and dark/light mode.
Token system
First-tier tokens (colors, spacing, typography) are defined as primitives. Component tokens consume them to form the semantic layer.
To customize the theme, only edit primitives in this file:
assets/styles/theme.scss
Actions
Symfony
PHP 8.4
PostgreSQL
Feedback & Loading
Operation successful
An error occurred
User identity
AB
CD
EF
Forms
Data
| Nom | Rôle | Statut |
|---|---|---|
| Alice | Admin | Actif |
| Bob | Member | Actif |
Overlays
Titre de la modal
✕
Billing
Pro
Current
79,00 €
/ mois
- Membres illimités
- Domaine personnalisé
- Support prioritaire
| Feature | Starter | Pro |
|---|---|---|
| Membres | 5 | ∞ |
| Domaine |
SCSS build
Components are imported in ITCSS order in:
assets/styles/components/_index.scss
To recompile after a SCSS change:
bin/console sass:build