2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Merge branch 'v4-dev' into carousel

This commit is contained in:
Mark Otto
2016-12-04 21:05:19 -08:00
144 changed files with 2861 additions and 2397 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
// CSS3 transforms when supported by the browser
@include if-supports-3d-transforms() {
transition: transform .6s ease-in-out;
@include transition(transform .6s ease-in-out);
backface-visibility: hidden;
perspective: 1000px;
}