aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
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>