UNPKG

@navinc/base-react-components

Version:
23 lines 754 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.edge = exports.ie = exports.moz = void 0; const styled_components_1 = require("styled-components"); const moz = (...args) => (0, styled_components_1.css) ` @-moz-document url-prefix() { ${(0, styled_components_1.css)(...args)}; } `; exports.moz = moz; const ie = (...args) => (0, styled_components_1.css) ` @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ${(0, styled_components_1.css)(...args)}; } `; exports.ie = ie; const edge = (...args) => (0, styled_components_1.css) ` @supports (-ms-accelerator: true) { ${(0, styled_components_1.css)(...args)}; } `; exports.edge = edge; //# sourceMappingURL=target-vendor.js.map