UNPKG

curls

Version:

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

22 lines (21 loc) • 565 B
import {css} from '@emotion/core' const fromY = { name: 'nyaq5j', styles: 'right:0;left:0;min-width:100%;min-height:auto;overflow-x:auto;', } const fromX = { name: '1s1tn2i', styles: 'top:0;bottom:0;min-height:100%;min-width:auto;overflow-y:auto;', } export const fromTop = /*#__PURE__*/ css(fromY, ';top:0;bottom:auto;') export const fromRight = /*#__PURE__*/ css(fromX, ';right:0;left:auto;') export const fromBottom = /*#__PURE__*/ css(fromY, ';bottom:0;top:auto;') export const fromLeft = /*#__PURE__*/ css(fromX, ';left:0;right:auto;')