-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathbasic.styl
66 lines (56 loc) · 1.2 KB
/
basic.styl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
keyframes(name)
width: 100%
@-webkit-keyframes {name}
{block}
@-webkit-keyframes {name}
{block}
@-moz-keyframes {name}
{block}
@-ms-keyframes {name}
{block}
@keyframes {name}
{block}
transition()
-ms-transition arguments
-moz-transition arguments
-webkit-transition arguments
-o-transition arguments
transition arguments
transform()
-ms-transform arguments
-moz-transform arguments
-webkit-transform arguments
-o-transform arguments
transform arguments
animation()
-ms-animation arguments
-moz-animation arguments
-webkit-animation arguments
-o-animation arguments
animation arguments
animation-delay()
-ms-animation-delay arguments
-moz-animation-delay arguments
-webkit-animation-delay arguments
-o-animation-delay arguments
animation-delay arguments
no-selection()
-webkit-touch-callout: none
-webkit-user-select: none
-khtml-user-select: none
-moz-user-select: none
-ms-user-select: none
user-select: none
ellipsis()
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
flexbox()
display: -webkit-flex
display: flex
flex-wrap(arg)
-webkit-flex-wrap: arg
flex-wrap: arg
flex(arg)
-webkit-flex: arg
flex: arg