@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.
8 lines (6 loc) • 313 B
JavaScript
import { css } from "styled-components";
var onlyIE = function onlyIE(style) {
var breakpoint = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "all";
return css(["@media ", " and (-ms-high-contrast:none),(-ms-high-contrast:active){", ";}"], breakpoint, style);
};
export default onlyIE;