♻️(tokens) transform cunningham.dist.js to cunningham.ts
As of now configuration file can use the .ts extension so it seemed more homogeneous as the bin own source code is using Typescript.
This commit is contained in:
9
packages/tokens/src/bin/cunningham.ts
Normal file
9
packages/tokens/src/bin/cunningham.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
theme: {
|
||||
colors: {
|
||||
primary: "#002d7f",
|
||||
"primary-gradient": "linear-gradient(90deg,#002d7f,#0069b3)",
|
||||
secondary: "#DA0000",
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user