Skip to content

Commit

Permalink
style: add row gap tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
scar055 committed Aug 26, 2024
1 parent 625ecee commit 050540c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/accordion/src/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@
},
"type": "spacing"
},
"row-gap": {
"$extensions": {
"nl.nldesignsystem.css.property": {
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
},
"type": "spacing"
},
"button": {
"padding-inline-end": {
"$extensions": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"utrecht": {
"accordion": {
"row-gap": { "value": "{utrecht.space.block.xs}" },
"section": {
"margin-block-start": { "value": "{utrecht.space.block.2xs}" },
"margin-block-end": {}
Expand Down

0 comments on commit 050540c

Please sign in to comment.