Skip to content

Commit

Permalink
feat(design-tokens): add alphabet-navigation tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 authored and Robbert committed Sep 25, 2023
1 parent 3879a3f commit b8cd47b
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"utrecht": {
"alphabet-navigation": {
"gap": { "value": "{utrecht.space.column.sm}" },
"margin-block-start": { "value": "{utrecht.space.block.lg}" },
"margin-block-end": { "value": "{utrecht.space.block.md}" },
"current-letter": {
"font-weight": { "value": "{utrecht.typography.weight-scale.bold.font-weight}" }
}
}
}
}

0 comments on commit b8cd47b

Please sign in to comment.