Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 509 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 509 Bytes

style-dictionary-material-ui

Prototype for style-dictionary, storybook and material-ui. This project leverages style-dictionary to convert design tokens into various formats (e.g. JavaScript, Android XML, Swift, etc.).

Get started

cd storybook
npm i
npm run storybook

Making changes

The source configuration files are under the properties directory.

  1. Make a change to a source file (e.g. /properties/color/base.json)
  2. Run npm run build