2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Merge pull request #16256 from twbs/fix-16247

Add px unit to perspective property value
This commit is contained in:
Chris Rebert
2015-04-12 17:16:16 -07:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 {