123456789101112 |
- import { breakpoints, colorMap, colors, font, shape, spacing, typography } from '../Tokens';
- import { createWebTheme } from '../functions.web';
-
- export default createWebTheme({
- font,
- colors,
- colorMap,
- spacing,
- shape,
- typography,
- breakpoints
- });
|