Institutional A-grade nav logo: SVG lockups, WCAG audit, and deploy hygiene.
Add transparent nav SVG assets with raster fallbacks, header contrast and focus fixes, automated a11y audit scripts, and evidence reports for institutional review. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
"brand:export": "bash scripts/brand/export-brand-assets.sh",
|
||||
"prebuild": "npm run brand:export",
|
||||
"build": "tsc && vite build",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"a11y:header-audit": "node scripts/a11y/audit-header-wcag.mjs",
|
||||
"a11y:header-audit:live": "node scripts/a11y/audit-header-wcag.mjs --lighthouse",
|
||||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||
"prepreview": "npm run build",
|
||||
"preview": "vite preview",
|
||||
|
||||
Reference in New Issue
Block a user