UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

9 lines (5 loc) 198 B
import css from '@styled-system/css'; export { default as merge } from 'deepmerge'; // Support CSS custom properties in the `sx` prop const sx = props => css(props.sx); export { sx as default };