UNPKG

fannypack

Version:

An accessible, composable, and friendly React UI Kit

11 lines (8 loc) 196 B
// @flow import styled from 'reakit/styled'; import { theme } from 'styled-tools'; import Label from 'reakit/Label'; export default styled(Label)` display: block; ${theme('Label.base')}; `;