Commit f1c1469b authored by Chris Rebert's avatar Chris Rebert

Merge pull request #12357 from twbs/border-box-note

add note in Less source about global `box-sizing: border-box;`
parents 829eefd6 b30cff48
...@@ -4,7 +4,10 @@ ...@@ -4,7 +4,10 @@
// Reset the box-sizing // 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); .box-sizing(border-box);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment