New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@solobrands/token-library

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solobrands/token-library

Solobrands design tokens should be link to figma.

1.1.110
Version published
Weekly downloads
149
1555.56%
Maintainers
14
Weekly downloads
 
Created

Installation

Authenticate first

  npm login

Install

  yarn add @solobrands/token-library

How to use scss tokens

@use '/node-modules/@solobrands/token-library/dist/scss/isle' as *;

.element {
  color: $space-0;
}

How to use scss compositions

@use '/node-modules/@solobrands/token-library/dist/scss/isle' as *;

.element {
  @include %button-text-md;
}

FAQs

Package last updated on 27 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts