Skip to content

Commit ef7b74a

Browse files
committed
Slidefade CSS: add two missing semicolons. This enables using the CSS as SCSS without compile errors.
1 parent 862faa2 commit ef7b74a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/structure/jquery.mobile.transition.slidefade.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
-webkit-animation-name: fadein;
4343
-webkit-animation-duration: 200ms;
4444
-moz-transform: translateX(0);
45-
-moz-animation-name: fadein
45+
-moz-animation-name: fadein;
4646
-moz-animation-duration: 200ms;
4747
transform: translateX(0);
48-
animation-name: fadein
48+
animation-name: fadein;
4949
animation-duration: 200ms;
5050
}

0 commit comments

Comments
 (0)