We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2692ed7 commit 3447875Copy full SHA for 3447875
src/styles/style.scss
@@ -1,10 +1,10 @@
1
-.van-ellipsis {
+.vant-ellipsis {
2
overflow: hidden;
3
white-space: nowrap;
4
text-overflow: ellipsis;
5
}
6
7
-.van-multi-ellipsis {
+.vant-multi-ellipsis {
8
display: -webkit-box;
9
10
@@ -19,7 +19,7 @@
19
20
21
22
-.van-hairline {
+.vant-hairline {
23
border: 0 solid #ebedf0;
24
25
&--top {
@@ -43,12 +43,12 @@
43
44
45
46
-.van-fade {
+.vant-fade {
47
visibility: visible;
48
transition: all 0.3s ease-out;
49
50
51
-.van-slide {
+.vant-slide {
52
53
54
0 commit comments