From 11534deed257dd0f003834b498a2c322e43b8a9a Mon Sep 17 00:00:00 2001 From: vasileios Date: Wed, 18 Oct 2023 11:05:13 +0200 Subject: [PATCH] Updated docs concerning additional dependencies in design tokens --- src/index.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/index.mdx b/src/index.mdx index 2ec0e75b1..fa5888476 100644 --- a/src/index.mdx +++ b/src/index.mdx @@ -134,6 +134,16 @@ submodule: git submodule update --init ``` +Pull the additional dev dependencies: + +```bash +cd design-tokens +yarn install +cd .. +yarn install +yarn start +``` + Please avoid using sass-variables for design-tokens. The preferred approach is to use the CSS variables resulting from the design tokens build.