File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
-
2
1
;----------------------------------------------------------------------------
3
2
;-- Property aliases
4
3
49
48
transition-duration[] = -o-transition-duration
50
49
51
50
; Animations
51
+ animation[] = -webkit-animation
52
+ animation[] = -moz-animation
53
+ animation[] = -ms-animation
52
54
animation-delay[] = -webkit-animation-delay
53
55
animation-delay[] = -moz-animation-delay
54
56
animation-delay[] = -ms-animation-delay
128
130
text-decoration-line[] = -moz-text-decoration-line
129
131
text-decoration-style[] = -moz-text-decoration-style
130
132
131
- ; User Select
133
+ ; User select (non standard)
132
134
user-select[] = -webkit-user-select
133
- user-select[] = -khtml-user-select
134
135
user-select[] = -moz-user-select
135
136
user-select[] = -o-user-select
136
137
user-select[] = user-select
137
138
139
+
138
140
;----------------------------------------------------------------------------
139
141
;-- Value aliases
140
142
You can’t perform that action at this time.
0 commit comments