UNPKG

curls

Version:

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

30 lines (23 loc) • 865 B
'use strict' exports.__esModule = true exports.default = void 0 var _core = require('@emotion/core') var _styles = require('./styles') const hiDPI = '\n @media only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx)\n ' var _default = /*#__PURE__*/ (0, _core.css)( 'html{word-wrap:break-word;text-size-adjust:100%;}pre{-webkit-font-smoothing:auto;font-smoothing:auto;}body{', _styles.optimizeFor.speed, ';', hiDPI, '{', _styles.optimizeFor.legibility, ';', _styles.antialias, ';}}h1,h2,h3,h4,h5,h6{', _styles.optimizeFor.legibility, ';}p{line-height:1.5;margin-bottom:1em;}' ) exports.default = _default