diff options
| author | Mark Otto <[email protected]> | 2012-03-28 18:25:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-28 18:25:27 -0700 |
| commit | 04baa07547692f75dd708afaf50700075df1a60a (patch) | |
| tree | 56cf8d813764e30a8f1b33e30ee56eddb8169089 /docs/less.html | |
| parent | feccc6e705cad012818ff67c0666239bf29b71c7 (diff) | |
| download | bootstrap-04baa07547692f75dd708afaf50700075df1a60a.tar.xz bootstrap-04baa07547692f75dd708afaf50700075df1a60a.zip | |
document .backface-visibility and update comments and initial value
Diffstat (limited to 'docs/less.html')
| -rw-r--r-- | docs/less.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/less.html b/docs/less.html index a641c9ee3..a9ae68f9e 100644 --- a/docs/less.html +++ b/docs/less.html @@ -871,6 +871,11 @@ <td>Control cursor selection of text on a page</td> </tr> <tr> + <td><code>.backface-visibility()</code></td> + <td><code>@visibility: visible</code></td> + <td>Prevent flickering of content when using CSS 3D transforms</td> + </tr> + <tr> <td><code>.resizable()</code></td> <td><code>@direction: both</code></td> <td>Make any element resizable on the right and bottom</td> |
