aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-10-26 22:32:39 -0700
committerMark Otto <[email protected]>2014-10-26 22:32:39 -0700
commitdd584e81f8e1243ab1f5fdf93ddc1c49d12bf5ae (patch)
tree0316851ec1b3e05b4fb9d2953056c8c696801e06
parentd6b0f45fb711989cb8ac32f6717d6920ef5c68e0 (diff)
downloadbootstrap-dd584e81f8e1243ab1f5fdf93ddc1c49d12bf5ae.tar.xz
bootstrap-dd584e81f8e1243ab1f5fdf93ddc1c49d12bf5ae.zip
fix syntax
-rw-r--r--less/_modal.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/_modal.less b/less/_modal.less
index 542a8dd2a..9d1659214 100644
--- a/less/_modal.less
+++ b/less/_modal.less
@@ -33,7 +33,7 @@
transform: translate(0, -25%);
transform: transition .3s ease-out;
}
- &.in .modal-dialog { .translate(0, 0) }
+ &.in .modal-dialog { transform: translate(0, 0); }
}
.modal-open .modal {
overflow-x: hidden;