diff options
| author | Chris Rebert <[email protected]> | 2013-10-24 19:42:48 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-24 19:42:48 -0700 |
| commit | 3cd744fd5ec725b0fbba0d69b36e1c1f3bcf018a (patch) | |
| tree | 8d3c750494aa9b2d533ffd5b56848136fe633884 /less | |
| parent | c865a68e212e6ba35a5049b568f63730ee870a82 (diff) | |
| download | bootstrap-3cd744fd5ec725b0fbba0d69b36e1c1f3bcf018a.tar.xz bootstrap-3cd744fd5ec725b0fbba0d69b36e1c1f3bcf018a.zip | |
remove ref to nonexistent branch
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 1 |
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; |
