From b30cff488876531424bf2ff248ae5900472052b5 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 23 Jan 2014 17:23:57 -0800 Subject: [PATCH] Add ref in Less to docs regarding box-sizing conflicts Refs #12351 --- less/scaffolding.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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); } -- 2.47.2