UNPKG

curls

Version:

💪 Responsive, expressive UI primitives for React written with Style Hooks and Emotion

15 lines (14 loc) • 309 B
import {css} from '@emotion/core' import {memoValue} from '../utils' export const row = memoValue(v => /*#__PURE__*/ css('grid-row:', v, ';') ), col = memoValue(v => /*#__PURE__*/ css('grid-column:', v, ';') ), area = memoValue(v => /*#__PURE__*/ css('grid-area:', v, ';') )