Skip to content

Commit f046d9f

Browse files
committed
Added animation shorthand alias
Minor amend to last pull request
1 parent 60ef69a commit f046d9f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CssCrush/CssCrush.aliases

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
;----------------------------------------------------------------------------
32
;-- Property aliases
43

@@ -49,6 +48,9 @@
4948
transition-duration[] = -o-transition-duration
5049

5150
; Animations
51+
animation[] = -webkit-animation
52+
animation[] = -moz-animation
53+
animation[] = -ms-animation
5254
animation-delay[] = -webkit-animation-delay
5355
animation-delay[] = -moz-animation-delay
5456
animation-delay[] = -ms-animation-delay
@@ -128,13 +130,13 @@
128130
text-decoration-line[] = -moz-text-decoration-line
129131
text-decoration-style[] = -moz-text-decoration-style
130132

131-
; User Select
133+
; User select (non standard)
132134
user-select[] = -webkit-user-select
133-
user-select[] = -khtml-user-select
134135
user-select[] = -moz-user-select
135136
user-select[] = -o-user-select
136137
user-select[] = user-select
137138

139+
138140
;----------------------------------------------------------------------------
139141
;-- Value aliases
140142

0 commit comments

Comments
 (0)