UNPKG

@cimpress/react-components

Version:
16 lines 426 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.screenReaderOnlyStyles = void 0; const css_1 = require("@emotion/css"); exports.screenReaderOnlyStyles = (0, css_1.css) ` position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; `; //# sourceMappingURL=accessibilityStyles.js.map