2.0.0 • Published 3 years ago
@digitalservice4germany/style-dictionary v2.0.0
DigitalService Style Dictionary
A Style Dictionary is a system that allows you to define styles once, in a way for any platform or language to consume. A single place to create and edit your styles, and a single command exports these rules to all the places you need them …
Documentation
For documentation about the DigitalService Style Dictionary, please visit the documentation website.
Also, please join the discussions.
DigitalService internal only: you may also join the #1_ds_engineering_frontend Slack channel.
Development
npm install
npm run build
npm run testDocumentation website
cd website
npm install
npm startnpm link
Link the dist directory, not the root directory.
npm run buildcp package.json dist/cd distnpm link(insidedist)
Release
- update changelog
- use
publishGitHub action workflow