You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: getting-started.html
+15-3
Original file line number
Diff line number
Diff line change
@@ -761,16 +761,28 @@ <h1 id="third-parties">Third party support</h1>
761
761
<pclass="lead">While we don't officially support any third party plugins or add-ons, we do offer some useful advice to help avoid potential issues in your projects.</p>
762
762
763
763
<h3>Box-sizing</h3>
764
-
<p>Certain third party tools—such as Google Maps—have trouble working out of the box with Bootstrap due to our use of <code>* { box-sizing: border-box; }</code>. Use the following snippet to override it when necessary.</p>
764
+
<p>Certain third party tools—such as Google Maps and Google Custom Search Engine—have trouble working out of the box with Bootstrap due to our use of <code>* { box-sizing: border-box; }</code>. Use the following snippet to override it when necessary.</p>
765
765
{% highlight css %}
766
766
/* Box-sizing reset
767
767
*
768
768
* Wrap your third party code in a `.reset-box-sizing` to override Bootstrap's
769
-
* global `box-sizing` changes.
769
+
* global `box-sizing` changes. Use Option A if you're writing regular CSS or
770
+
* Option B for use in Less via mixin (requires access to Bootstrap's mixins).
0 commit comments