We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fed000 commit ff88b0eCopy full SHA for ff88b0e
README.md
@@ -14,11 +14,11 @@
14
15
```css
16
/* short property */
17
-.banner {
+.box {
18
position: fixed 0 0 *;
19
}
20
/* utils */
21
-.box {
+.ellipsis2 {
22
@utils-ellipsis 3;
23
24
/* shape */
@@ -30,19 +30,19 @@
30
**output:**
31
32
33
34
+ position: fixed;
35
+ top: 0;
36
+ right: 0;
37
+ left: 0;
38
+}
39
.ellipsis2 {
40
overflow: hidden;
41
text-overflow: ellipsis;
42
display: -webkit-box;
43
-webkit-box-orient: vertical;
44
-webkit-line-clamp: 3;
45
- position: fixed;
- top: 0;
- right: 0;
- left: 0;
-}
46
.circle-a {
47
width: 50px;
48
height: 50px;
0 commit comments