Tool for manipulate @s-ui tokens.
npm install @s-ui/tokens``sh`
$ npm install @s-ui/tokens --save-dev
By default, it generates the styles in native CSS format.
To see the resulting configuration, you can run the following command:
`sh`
$ tokens -c
To export the result on css format you can use the css script
`sh`
$ tokens -c
`sh
To export the result on json format you can use the JSON script
`sh`
$ tokens json -c
To export the result on SCSS format you can use the scss script
`sh`
$ tokens scss -c
To see other configurations you can use the -h flag
`sh`
$ tokens -h
...or use it on each script
`sh`
$ tokens json -h
`shell``
$ tokens scss -h