1
0

fix(css): add missing @layer pages declaration to address-book-index.css

Required by css-contract-check.sh — all files under pages/ must declare
their layer near the top of the file.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
aminovfariz
2026-06-08 09:15:43 +02:00
parent c6a919652f
commit 3ff302cc02

View File

@@ -1,3 +1,5 @@
@layer pages;
/* Address book list — dense identity layout */
#address-book-grid .gridjs-tr {