mirror of
https://github.com/primer/css.git
synced 2024-11-27 17:52:45 +03:00
7 lines
195 B
JavaScript
7 lines
195 B
JavaScript
import {themeGet, get as getKey} from 'styled-system'
|
|
import {theme} from '@primer/components'
|
|
|
|
export const get = key => themeGet(key, getKey(theme, key))
|
|
|
|
export const CONTENT_MAX_WIDTH = 1012
|