From 04baa07547692f75dd708afaf50700075df1a60a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 28 Mar 2012 18:25:27 -0700 Subject: document .backface-visibility and update comments and initial value --- docs/assets/bootstrap.zip | Bin 56916 -> 56916 bytes docs/less.html | 5 +++++ docs/templates/pages/less.mustache | 5 +++++ 3 files changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 7eeb7ca84..164d0c267 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/less.html b/docs/less.html index a641c9ee3..a9ae68f9e 100644 --- a/docs/less.html +++ b/docs/less.html @@ -870,6 +870,11 @@ @select Control cursor selection of text on a page + + .backface-visibility() + @visibility: visible + Prevent flickering of content when using CSS 3D transforms + .resizable() @direction: both 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 @@ -793,6 +793,11 @@ @select {{_i}}Control cursor selection of text on a page{{/i}} + + .backface-visibility() + @visibility: visible + {{_i}}Prevent flickering of content when using CSS 3D transforms{{/i}} + .resizable() @direction: both -- cgit v1.2.3