Files
cunningham/packages/tokens/src/bin/cunningham.dist.js
Nathan Vasse 32a48e9e46 (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 )
2022-12-07 17:07:18 +01:00

9 lines
113 B
JavaScript

module.exports = {
theme: {
colors: {
primary: "#055FD2",
secondary: "#DA0000",
},
},
};