maxpou/gatsby-starter-morning-dew

View on GitHub
src/tokens/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import { COLORS as colorDefaults } from './colors'
import mediaDefaults from './media'
import theme from '../theme'

export const colors = { ...colorDefaults, ...(theme.colors || {}) }
export const media = { ...mediaDefaults, ...(theme.media || {}) }
export default { colors, media }