2.0.1 • Published 3 years ago
@devoinc/dali-brand-devo v2.0.1
Dali Brand Devo
Devo's main brand schemes of design tokens defined by Dalí Design System.
This package contains the brand schemes as json files, required to generate Devo's light and dark brands.
Usage
To access the generated brands one just needs to import the package and access the Brands object.
import * as brands from "@devoinc/dali-brand-devo";
console.log(brands.light.cmp.appBar);Quick start
To generate the brands from the available schemas, this project uses the dit CLI from @devoinc/dali-tokens-cli. Please refer to the dit package documentation for further information.
## Go to package directory
cd brand-devo
## Generate tokens for Devo's brand
npm run distThe brands are now available in the dist/ folder.