aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-23 20:57:45 -0800
committerChris Rebert <[email protected]>2014-01-23 20:57:45 -0800
commitf1c1469b839d09fbc437de24afef5644b3c80305 (patch)
tree53c5e5c15218144f1e39794a45fa6c84ef61e0f8
parent829eefd6f76ed1ba4d231bff44b11b6f1684294f (diff)
parentb30cff488876531424bf2ff248ae5900472052b5 (diff)
downloadbootstrap-f1c1469b839d09fbc437de24afef5644b3c80305.tar.xz
bootstrap-f1c1469b839d09fbc437de24afef5644b3c80305.zip
Merge pull request #12357 from twbs/border-box-note
add note in Less source about global `box-sizing: border-box;`
-rw-r--r--less/scaffolding.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less
index c4869139b..2fa0fdec7 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);
}