From 128b56210facb3fef67c8896ea6f20fd10412ef5 Mon Sep 17 00:00:00 2001 From: Kyr <40792129+khudym@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:20:16 +0300 Subject: [PATCH] fix: add source for grid gutter width token (#2636) Co-authored-by: Kyrylo Hudym-Levkovych --- tokens/src/core/global/spacing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens/src/core/global/spacing.json b/tokens/src/core/global/spacing.json index 1f690e8a3a..c94d33e2b8 100644 --- a/tokens/src/core/global/spacing.json +++ b/tokens/src/core/global/spacing.json @@ -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." } } }