2019-04-03 08:59:01 +03:00
|
|
|
import {themeGet, get as getKey} from 'styled-system'
|
|
|
|
import {theme} from '@primer/components'
|
|
|
|
|
|
|
|
export const get = key => themeGet(key, getKey(theme, key))
|
2018-12-08 02:20:20 +03:00
|
|
|
|
2019-01-09 22:32:42 +03:00
|
|
|
export const CONTENT_MAX_WIDTH = 1012
|