✨(react) add tokens.ts files handling
These files will be used to define the custom design tokens per components. They are automatically aggregated by the packages/react/cunningham.ts file, this is why handling typescript config file was important.
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
@import "@fontsource/roboto/400";
|
||||
@import "@fontsource/roboto/700";
|
||||
@import "@fontsource/roboto/900";
|
||||
@import "cunningham-tokens";
|
||||
@import '@openfun/cunningham-tokens/default-tokens';
|
||||
@import './components/Button';
|
||||
Reference in New Issue
Block a user