fix: resolve QG-001 typography token drift and QG-006 style violations

Replace raw line-height values with --leading-none/--leading-loose
design tokens in 3 CSS files. Fix 7 PHP style issues: import ordering,
unused imports, brace placement, multi-line argument formatting.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-22 22:56:36 +01:00
parent e874e4570f
commit 48cb7c9e08
10 changed files with 28 additions and 18 deletions

View File

@@ -12,7 +12,7 @@
small {
--app-font-size: 0.875em;
line-height: 1.9;
line-height: var(--leading-loose);
}
div#debugger-bar {