diff options
| author | Chris Rebert <[email protected]> | 2014-01-23 20:57:45 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-23 20:57:45 -0800 |
| commit | f1c1469b839d09fbc437de24afef5644b3c80305 (patch) | |
| tree | 53c5e5c15218144f1e39794a45fa6c84ef61e0f8 | |
| parent | 829eefd6f76ed1ba4d231bff44b11b6f1684294f (diff) | |
| parent | b30cff488876531424bf2ff248ae5900472052b5 (diff) | |
| download | bootstrap-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.less | 5 |
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); } |
