From fd80bc6990654df50c4319923a6897081fe83fe3 Mon Sep 17 00:00:00 2001 From: Nathan Young <1447339+nathanyoung@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:47:20 -0700 Subject: [PATCH] feat: add 1xl font size (2rem/32px) --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index 2e3848c..cfd1970 100644 --- a/build.js +++ b/build.js @@ -60,7 +60,7 @@ const FIGMA_TOKENS_DOCUMENT = 'abGRptpr7iPaMsXdEPVm6W'; * Ideally the figma file version _label_ and the npm package version will match * but it is not required. */ -const FIGMA_FILE_VERSION = '3847870014'; +const FIGMA_FILE_VERSION = '4276567159'; /** * Read tokens from FIGMA file.