anima-design-tokens 0.0.10
Install from the command line:
Learn more about npm packages
$ npm install @animaapp/anima-design-tokens@0.0.10
Install via package.json:
"@animaapp/anima-design-tokens": "0.0.10"
About this version
- Clone this repository
git clone git@github.com:AnimaApp/anima-design-tokens.git && cd anima-design-tokens
- Install the dependencies
npm install
yarn add -D @animaapp/anima-design-tokens
or
npm install --save-dev @animaapp/anima-design-tokens
To use Anima's tokens, just need to import the main file
/* since we use webpack you can just use ~ instead of 'node_modules/...' */
@import '~@animaapp/anima-design-tokens';
- [x] Color shades
- [x] Fonts
- [x] Text sizes
- [ ] Semantic color tokens
- [ ] Shadows
- [ ] Border radius
- Push a new package version
npm run version //patch
npm run version:minor
npm run version:major
- Push the changes
git push --follow-tags
- Run on your terminal:
npm run release