@hellotellow/design
v0.8.0
Published
Tellow Design Distribution Package.
Keywords
Readme
Tellow Design Distribution Package
A library to align all Tellow design tokens.
Installation
# Yarn
yarn add @hellotellow/design
# NPM
npm install @hellotellow/designSupported formats
All tokens are distributed as:
- SCSS tokens
- Objects (e.g. for
React)
Contents
- Colors
- Can be imported through
@hellotellow/design/colors
- Can be imported through
- Fonts
- Can be imported through
@hellotellow/design/fonts
- Can be imported through
Releasing
Releases are automatically published to NPM whenever the develop branch is merged into main.
Please do not forget to run a versioning command like e.g. yarn version --patch, and then git push --tags so align Github with your newly published version tag.
