Skip to content

aweell/halstack-design-tokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

halstack-design-tokens

Updated list of the halstack design tokens.

npm package

npm i @aweell/halstack-design-tokens

Current component tokens

https://github.com/dxc-technology/halstack-react/blob/master/lib/src/common/variables.js

Style dictionary

The token ./dist folder files are built using style dictionary

To update the dist folder when changes are made run:

style-dictionary build

Add new tokens

To add to the build process new tokens you need to add the path to the file in the config.js file located in the root of the repository:

module.exports = {
  "source": [
    "path/file.json",
  ],
  

About

Update list of the halstack design tokens

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published