mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Removed unnecessary percentage sign for 3D translation
This commit is contained in:
+1
-1
@@ -247,7 +247,7 @@
|
||||
left: 0;
|
||||
}
|
||||
&.next.left, &.prev.right, &.active {
|
||||
.translate3d(0%, 0, 0);
|
||||
.translate3d(0, 0, 0);
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user