We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f80ad commit 280ca29Copy full SHA for 280ca29
1 file changed
README.md
@@ -85,7 +85,7 @@ Atomic CSS文本工具库 - 600+单一用途类,让您在几秒内完成文本
85
## 🛠 自行构建
86
87
### 方法一:使用Sass编译
88
-```bash
+```
89
# 安装dart-sass(只需一次)
90
npm install -g sass
91
@@ -135,28 +135,28 @@ $font-weights: (
135
## 🚀 高级用法示例
136
137
### 多行文本省略
138
-```html
139
<p class="text-overflow-ellipsis-2" style="width: 300px;">
140
这是两行文本省略示例,当文本超过两行时显示省略号...
141
</p>
142
```
143
144
### 交互效果
145
146
<p class="text-color-blue text-hover-bold text-cursor-pointer">
147
悬停时变粗体(尝试悬停)
148
149
150
151
### 特殊排版
152
153
<p class="text-writing-mode-vertical text-color-purple">
154
垂直排版的文本
155
156
157
158
### 动画文本
159
160
<p class="text-animate-fade text-color-orange">
161
淡入动画文本
162
0 commit comments