@solobrands/token-library
v1.1.140
Published
Solobrands design tokens should be link to figma.
Downloads
180
Maintainers
Keywords
Readme
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;
}