Skip to content

Commit

Permalink
Merge pull request #568 from open-formulieren/update-docs-for-design-…
Browse files Browse the repository at this point in the history
…tokens-submodule

Update docs concerning needed dependencies in design tokens
  • Loading branch information
sergei-maertens authored Oct 18, 2023
2 parents a1c5317 + 11534de commit b3b2a21
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b3b2a21

Please sign in to comment.