aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-28 18:25:27 -0700
committerMark Otto <[email protected]>2012-03-28 18:25:27 -0700
commit04baa07547692f75dd708afaf50700075df1a60a (patch)
tree56cf8d813764e30a8f1b33e30ee56eddb8169089 /docs/templates
parentfeccc6e705cad012818ff67c0666239bf29b71c7 (diff)
downloadbootstrap-04baa07547692f75dd708afaf50700075df1a60a.tar.xz
bootstrap-04baa07547692f75dd708afaf50700075df1a60a.zip
document .backface-visibility and update comments and initial value
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/less.mustache5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache
index 0b58cfc9e..280c39318 100644
--- a/docs/templates/pages/less.mustache
+++ b/docs/templates/pages/less.mustache
@@ -794,6 +794,11 @@
<td>{{_i}}Control cursor selection of text on a page{{/i}}</td>
</tr>
<tr>
+ <td><code>.backface-visibility()</code></td>
+ <td><code>@visibility: visible</code></td>
+ <td>{{_i}}Prevent flickering of content when using CSS 3D transforms{{/i}}</td>
+ </tr>
+ <tr>
<td><code>.resizable()</code></td>
<td><code>@direction: both</code></td>
<td>{{_i}}Make any element resizable on the right and bottom{{/i}}</td>