token2css takes a list of design tokens in a structured format such as JSON or YAML and converts them to a list of CSS preprocessor variables
``` cd hs-ui yarn install yarn run serve ``` ### 目录结构 #### packages > 主要包含 token2css 后的产物,及组件 - index.js 为入口文件 - token:token2css 转换后的 css 文件 - components:基于 token 变量的 vue 组件
``` cd hs-ui yarn install yarn run serve ```
Transform your design tokens into CSS custom properties