aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-24 19:42:48 -0700
committerChris Rebert <[email protected]>2013-10-24 19:42:48 -0700
commit3cd744fd5ec725b0fbba0d69b36e1c1f3bcf018a (patch)
tree8d3c750494aa9b2d533ffd5b56848136fe633884 /less
parentc865a68e212e6ba35a5049b568f63730ee870a82 (diff)
downloadbootstrap-3cd744fd5ec725b0fbba0d69b36e1c1f3bcf018a.tar.xz
bootstrap-3cd744fd5ec725b0fbba0d69b36e1c1f3bcf018a.zip
remove ref to nonexistent branch
Diffstat (limited to 'less')
-rw-r--r--less/mixins.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 9a4ce3a4c..4e842ed87 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -203,7 +203,6 @@
// Backface visibility
// Prevent browsers from flickering when using CSS 3D transforms.
// Default value is `visible`, but can be changed to `hidden`
-// See git pull https://github.com/dannykeane/bootstrap.git backface-visibility for examples
.backface-visibility(@visibility){
-webkit-backface-visibility: @visibility;
-moz-backface-visibility: @visibility;