source/misc/embedded_libs/fmt-8.1.1/doc/bootstrap/mixins/text-overflow.less
browsing at commit = 09de95ec1c16ccd5bb6dd0569cd3704bba4eee6e
// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}