You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112
  1. import { breakpoints, colorMap, colors, font, shape, spacing, typography } from '../Tokens';
  2. import { createWebTheme } from '../functions.web';
  3. export default createWebTheme({
  4. font,
  5. colors,
  6. colorMap,
  7. spacing,
  8. shape,
  9. typography,
  10. breakpoints
  11. });