Skip to content

Commit

Permalink
fix: add source for grid gutter width token (#2636)
Browse files Browse the repository at this point in the history
Co-authored-by: Kyrylo Hudym-Levkovych <kyr.hudym@kyrs-MacBook-Pro.local>
  • Loading branch information
khudym and Kyrylo Hudym-Levkovych authored Sep 20, 2023
1 parent 4450782 commit 4d8d89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokens/src/core/global/spacing.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"grid": {
"gutter-width": {
"value": "24px", "type": "dimension", "description": "Grid gutter width value."
"value": "24px", "type": "dimension", "source": "$grid-gutter-width", "description": "Grid gutter width value."
}
}
}
Expand Down

0 comments on commit 4d8d89a

Please sign in to comment.