Skip to content

anima-design-tokens 0.0.9

Install from the command line:
Learn more about npm packages
$ npm install @animaapp/anima-design-tokens@0.0.9
Install via package.json:
"@animaapp/anima-design-tokens": "0.0.9"

About this version

Anima design Tokens

Project setup

  1. Clone this repository
git clone git@github.com:AnimaApp/anima-design-tokens.git && cd anima-design-tokens
  1. Install the dependencies
npm install

How to install

yarn add -D @animaapp/anima-design-tokens

or

npm install --save-dev @animaapp/anima-design-tokens

How to use

To use Anima's tokens, just need to import the main file

↳ With SCSS

/* since we use webpack you can just use ~ instead of 'node_modules/...' */

@import '~@animaapp/anima-design-tokens';

What's in it?

  • [x] Color shades
  • [x] Fonts
  • [x] Text sizes
  • [ ] Semantic color tokens
  • [ ] Shadows
  • [ ] Border radius

Release

  1. Push a new package version
npm run version //patch
npm run version:minor
npm run version:major
  1. Push the changes
git push --follow-tags
  1. Run on your terminal:
npm run release

Details


Assets

  • anima-design-tokens-0.0.9.tgz

Download activity

  • Total downloads 8,820
  • Last 30 days 0
  • Last week 0
  • Today 0