]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CSS3 Carousel code formatting 13074/head
authorHayden Bleasel <haydenbleasel@gmail.com>
Mon, 7 Jul 2014 23:49:08 +0000 (09:49 +1000)
committerHayden Bleasel <haydenbleasel@gmail.com>
Mon, 7 Jul 2014 23:49:08 +0000 (09:49 +1000)
less/carousel.less

index 0cd7dc68e04fd5d27021286f7c2546a5d1ea64d5..671d709df895d8956dcc34b48b859845431ec2fd 100644 (file)
       .transition-transform(~'0.6s ease-in-out');
       .backface-visibility(~'hidden');
       .perspective(1000);
-      &.next, &.active.right {
+      
+      &.next,
+      &.active.right {
         .translate3d(100%, 0, 0);
         left: 0;
       }
-      &.prev, &.active.left {
+      &.prev,
+      &.active.left {
         .translate3d(-100%, 0, 0);
         left: 0;
       }
-      &.next.left, &.prev.right, &.active {
+      &.next.left,
+      &.prev.right,
+      &.active {
         .translate3d(0, 0, 0);
         left: 0;
       }