Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

BaseTheme.web.js 279B

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