diff options
| author | Chris Rebert <[email protected]> | 2014-01-23 17:23:57 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-23 20:51:23 -0800 |
| commit | b30cff488876531424bf2ff248ae5900472052b5 (patch) | |
| tree | 85870a40614ed8ac1f8e8a4ec447ae4921f8ba40 /less | |
| parent | 7a6bc67826d5aba3e551b04a054724c8cb817fa2 (diff) | |
| download | bootstrap-b30cff488876531424bf2ff248ae5900472052b5.tar.xz bootstrap-b30cff488876531424bf2ff248ae5900472052b5.zip | |
Add ref in Less to docs regarding box-sizing conflicts
Refs #12351
Diffstat (limited to 'less')
| -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); } |
