UNPKG

@bootstrap-styled/css-utils

Version:

Bootstrap mixins and utilities in javascript for bootstrap-styled.

18 lines (14 loc) 578 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getScreenReadersUtilities = getScreenReadersUtilities; exports.default = void 0; var _screenReader = require("@bootstrap-styled/css-mixins/lib/screen-reader"); function getScreenReadersUtilities() { return "\n .sr-only {\n ".concat((0, _screenReader.srOnly)(), "\n }\n \n .sr-only-focusable {\n ").concat((0, _screenReader.srOnlyFocusable)(), "\n }\n "); } var _default = { getScreenReadersUtilities: getScreenReadersUtilities }; exports.default = _default;