From 2ae23fdc1a377587b69350e1e2958c6711b04a27 Mon Sep 17 00:00:00 2001 From: Kyrylo Hudym-Levkovych <kyr.hudym@kyrs-MacBook-Pro.local> Date: Wed, 20 Sep 2023 11:09:05 +0300 Subject: [PATCH] fix: add source for grid gutter width --- 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." } } }