@fylgja/tokens
v1.0.4
Published
A collection of all Fylgja tokens offered for specific design tools or frameworks.
Downloads
23
Readme
Fylgja - Tokens
A collection of all Fylgja tokens offered for specific design tools or frameworks.
Installation
You can add Fylgja Tokens in a variety of ways. However, the two choices are typically through a CDN or with NPM.
Javascript token based systems
If you using PostCSS, Tailwind or another JS based framework that support CSS Props (design tokens), then this your option;
npm install @fylgja/tokens
The following import options are available;
@fylgja/tokens
: full bundle of a all CSS props@fylgja/tokens/jit
: full bundle of a all CSS props in PostCSS jit props syntax@fylgja/tokens/tailwind
: full bundle of a all CSS props in Tailwind syntax syntax
see the section How to use for more information on each option
How to use
For more information see the tokens docs on the Fylgja.dev.