UNPKG

fannypack

Version:

An accessible, composable, and friendly React UI Kit

14 lines (11 loc) 219 B
import Group from 'reakit/Group'; import styled from 'reakit/styled'; import { theme } from 'styled-tools'; export default styled(Group)` & > * { border-radius: 4px; } & { ${theme('Group.base')}; } `;