Replace legacy $spacing-X vars with Compound Design Tokens (#34380)

* Replace legacy `$spacing-X` vars with Compound Design Tokens

* Remove unused font size vars

* Use calc to get negative spacing vars
This commit is contained in:
Michael Telatynski
2026-07-22 10:10:57 +00:00
committed by GitHub
parent ef8cfda6fe
commit 49a2bdd7e4
87 changed files with 343 additions and 380 deletions
@@ -11,7 +11,7 @@ Please see LICENSE files in the repository root for full details.
color: $alert;
display: flex;
font-size: $font-12px;
gap: $spacing-8;
gap: var(--cpd-space-2x);
line-height: 1.2em;
min-height: 2.4em;
}