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 )
9 lines
113 B
JavaScript
9 lines
113 B
JavaScript
module.exports = {
|
|
theme: {
|
|
colors: {
|
|
primary: "#055FD2",
|
|
secondary: "#DA0000",
|
|
},
|
|
},
|
|
};
|