From: Chris Rebert Date: Fri, 24 Jan 2014 01:23:57 +0000 (-0800) Subject: Add ref in Less to docs regarding box-sizing conflicts X-Git-Tag: v3.1.0~17^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12357%2Fhead;p=thirdparty%2Fbootstrap.git Add ref in Less to docs regarding box-sizing conflicts Refs #12351 --- diff --git a/less/scaffolding.less b/less/scaffolding.less index c4869139be..2fa0fdec7c 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -4,7 +4,10 @@ // Reset the box-sizing - +// +// Heads up! This reset may cause conflicts with some third-party widgets. +// For recommendations on resolving such conflicts, see +// http://getbootstrap.com/getting-started/#third-box-sizing * { .box-sizing(border-box); }