@visual-framework/vf-design-tokens
v3.6.5
Published
A collection of design tokens for consumption across projects and products
Downloads
1,974
Readme
Design tokens
About
Usage
Developing
yarn installgulp vf-tokens- commit changes
Install
This repository is distributed with [npm][https://www.npmjs.com/]. After [installing npm][https://www.npmjs.com/get-npm] and yarn, you can install vf-design-tokens with this command.
$ yarn add --dev @visual-framework/vf-design-tokensJS
This component does not use JS.
Sass/CSS
The source files included are written in Sass(scss). You can point your Sass include-path at your node_modules directory and import it like this.
@import "@visual-framework/vf-design-tokens/index.scss";Make sure you import Sass requirements along with the modules. You can use a project boilerplate or the vf-sass-starter
