UNPKG

@wordpress/components

Version:
24 lines (22 loc) 477 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.visuallyHidden = void 0; /** * External dependencies */ const visuallyHidden = exports.visuallyHidden = { border: 0, clip: 'rect(1px, 1px, 1px, 1px)', WebkitClipPath: 'inset( 50% )', clipPath: 'inset( 50% )', height: '1px', margin: '-1px', overflow: 'hidden', padding: 0, position: 'absolute', width: '1px', wordWrap: 'normal' }; //# sourceMappingURL=styles.js.map