(bin) add tokens repo

This repo is made for the bin script that generates the tokens files,
at the moment it only generates a css file, but it is designed to be
able to generate any other file format ( Typescript, Javascript for example )
This commit is contained in:
Nathan Vasse
2022-12-01 12:03:37 +01:00
committed by NathanVss
parent 16172e7a00
commit 32a48e9e46
18 changed files with 440 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{
"include": ["jest.config.ts"]
}