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.).
cd storybook
npm i
npm run storybook
The source configuration files are under the properties
directory.
- Make a change to a source file (e.g.
/properties/color/base.json
) - Run
npm run build