Skip to content

Commit

Permalink
add px unit to perspective property value; fixes twbs#16247
Browse files Browse the repository at this point in the history
[skip sauce]
[skip validator]
  • Loading branch information
cvrebert committed Apr 8, 2015
1 parent 6866b17 commit e9a7472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion less/carousel.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@media all and (transform-3d), (-webkit-transform-3d) {
.transition-transform(~'0.6s ease-in-out');
.backface-visibility(~'hidden');
.perspective(1000);
.perspective(1000px);

&.next,
&.active.right {
Expand Down

0 comments on commit e9a7472

Please sign in to comment.