UNPKG

@gannochenko/ui.styled-components

Version:

<!-- PROJECT SHIELDS --> <!-- *** Reference links are enclosed in brackets [ ] instead of parentheses ( ). *** See the bottom of this document for the declaration of the reference variables *** for contributors-url, forks-url, etc. This is an optional, co

12 lines 781 B
"use strict"; var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) { if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } return cooked; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.ellipsis = void 0; var styled_components_1 = require("styled-components"); var ellipsis = function () { return styled_components_1.css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow-x: hidden;\n"], ["\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow-x: hidden;\n"]))); }; exports.ellipsis = ellipsis; var templateObject_1; //# sourceMappingURL=ellipsis.js.map