Skip to content

Commit 0d64d6a

Browse files
committed
less/modals.less: Add missing semicolon.
1 parent 48c5d7b commit 0d64d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

less/modals.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
.translate(0, -25%);
3434
.transition-transform(~"0.3s ease-out");
3535
}
36-
&.in .modal-dialog { .translate(0, 0) }
36+
&.in .modal-dialog { .translate(0, 0); }
3737
}
3838
.modal-open .modal {
3939
overflow-x: hidden;

0 commit comments

Comments
 (0)