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

@solobrands/token-library

Package Overview
Dependencies
Maintainers
20
Versions
141
Alerts
File Explorer

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.140
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
310
increased by968.97%
Maintainers
20
Weekly downloads
 
Created
Source

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 28 Sep 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc