UNPKG

fannypack-v5

Version:

An accessible, composable, and friendly React UI Kit

11 lines (8 loc) 222 B
import { cssClass } from '../styled'; import { theme } from '../utils'; export const InlineFlex = (styleProps) => cssClass` display: inline-flex; & { ${theme(styleProps.themeKey, `css.root`)(styleProps)}; } `;