UNPKG
tcon
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
简化版 tachyons
github.com/visualization-page/tachyons-lite
visualization-page/tachyons-lite
tcon
/
docs
/
components
/
text.md
12 lines
(9 loc)
•
141 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
# 文本 text ```stylus
// 单行溢出
.th1
@extend
$oh
, .ellipsis, .nowrap
// 2 行溢出
.th2
@extend
$oh
, .ellipsis,
$two
-
line ```