Files
cunningham/packages/react/cunningham.cjs
Nathan Vasse 66e6aad84d (tokens) add TS generator and re-organize the repo
Add TS Generator which is a lot based on JS Generator.
2023-01-11 11:01:56 +01:00

8 lines
81 B
JavaScript

module.exports = {
theme: {
colors: {
primary: 'grey'
},
},
};