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
@@ -25,7 +25,7 @@
justify-content: space-between;
gap: var(--space-xl);
padding: var(--space-l) var(--space-xl);
border-bottom: 1px solid var(--color-border);
border-bottom: var(--size-border) solid var(--color-border);
}
.heading-text {
display: flex;