This allow to use the default tokens from Typescript or Javascript file of dependents repos. For instance this wîll be used by packages/react to aggregate components tokens files.
10 lines
181 B
JavaScript
10 lines
181 B
JavaScript
module.exports = {
|
|
theme: {
|
|
colors: {
|
|
primary: "#002d7f",
|
|
"primary-gradient": "linear-gradient(90deg,#002d7f,#0069b3)",
|
|
secondary: "#DA0000",
|
|
},
|
|
},
|
|
};
|