]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add ref in Less to docs regarding box-sizing conflicts 12357/head
authorChris Rebert <code@rebertia.com>
Fri, 24 Jan 2014 01:23:57 +0000 (17:23 -0800)
committerChris Rebert <code@rebertia.com>
Fri, 24 Jan 2014 04:51:23 +0000 (20:51 -0800)
Refs #12351

less/scaffolding.less

index c4869139bec597c9aa33135b57a8f2dc5e7576d6..2fa0fdec7cf1d21f198d2f7bdea0e405e34abd51 100644 (file)
@@ -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);
 }