refactor: update css vars lint rules and fix them

This commit is contained in:
2026-09-08 07:18:57 +05:00
parent 2d24f51fd5
commit e3d50f2128
25 changed files with 69 additions and 49 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
flex-direction: column;
gap: var(--space-s);
margin: 0;
border: 1px solid var(--color-border);
border: var(--size-border) solid var(--color-border);
border-radius: var(--radius-m);
padding: var(--space-m);
background: var(--color-panel);