Skip to content

AnimaApp/anima-design-tokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

  • Color shades
  • Fonts
  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages