Skip to content

Karlen-ll/design-system

Repository files navigation

Design system

Parse tokens from Figma:

into your project:

:root {
  --color-primary-100: #733cab;
  --color-primary-35: #733cab59;
  --color-secondary: #1357ba;
  --color-secondary-35: #1357ba59;
}

Sample project

Check out the Figma project

Scripts

In the project directory, you can run:

npm start