UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

16 lines (12 loc) 484 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _styledComponents = require("styled-components"); var onlyIE = function onlyIE(style) { var breakpoint = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "all"; return (0, _styledComponents.css)(["@media ", " and (-ms-high-contrast:none),(-ms-high-contrast:active){", ";}"], breakpoint, style); }; var _default = onlyIE; exports.default = _default;