UNPKG
bootstrap-less-port
Version:
latest (2.5.1)
2.5.1
2.5.0
2.4.3
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.0.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.3
0.1.2
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A Less port of Bootstrap v4
github.com/seanCodes/bootstrap-less-port
seanCodes/bootstrap-less-port
bootstrap-less-port
/
less
/
mixins
/
_text-truncate.less
9 lines
(7 loc)
•
159 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
//
Text
truncate // Requires inline-block or block for proper styling
#text-truncate
() {
overflow
: hidden;
text-overflow
: ellipsis;
white-space
: nowrap; }