@@ -26,15 +26,15 @@ CSSLint.addRule({
26
26
27
27
// See http://peter.sh/experiments/vendor-prefixed-css-property-overview/ for details
28
28
compatiblePrefixes = {
29
- "animation" : "webkit moz ms " ,
30
- "animation-delay" : "webkit moz ms " ,
31
- "animation-direction" : "webkit moz ms " ,
32
- "animation-duration" : "webkit moz ms " ,
33
- "animation-fill-mode" : "webkit moz ms " ,
34
- "animation-iteration-count" : "webkit moz ms " ,
35
- "animation-name" : "webkit moz ms " ,
36
- "animation-play-state" : "webkit moz ms " ,
37
- "animation-timing-function" : "webkit moz ms " ,
29
+ "animation" : "webkit moz" ,
30
+ "animation-delay" : "webkit moz" ,
31
+ "animation-direction" : "webkit moz" ,
32
+ "animation-duration" : "webkit moz" ,
33
+ "animation-fill-mode" : "webkit moz" ,
34
+ "animation-iteration-count" : "webkit moz" ,
35
+ "animation-name" : "webkit moz" ,
36
+ "animation-play-state" : "webkit moz" ,
37
+ "animation-timing-function" : "webkit moz" ,
38
38
"appearance" : "webkit moz" ,
39
39
"border-end" : "webkit moz" ,
40
40
"border-end-color" : "webkit moz" ,
0 commit comments