Skip to content

Commit 2e8a8bc

Browse files
committed
Merge pull request react-bootstrap#585 from ronjouch/ronjouch-patch-1
Getting Started: document concerns/recommendations on including Bootstrap
2 parents 2c712ae + 390dc6a commit 2e8a8bc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/src/GettingStartedPage.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ const Page = React.createClass({
2121
<h2 id="setup" className="page-header">Setup</h2>
2222
<p className="lead">You can import the lib as AMD modules, CommonJS modules, or as a global JS script.</p>
2323

24-
<p>First add the Bootstrap CSS to your project; check <a href="http://getbootstrap.com/getting-started/" name="Bootstrap Docs">here</a> if you have not already done that. Then:</p>
24+
<p>First add the Bootstrap CSS to your project; check <a href="http://getbootstrap.com/getting-started/" name="Bootstrap Docs">here</a> if you have not already done that. Note that:</p>
25+
<ul>
26+
<li>Because many folks use custom bootstrap themes, we do not directly depend on Bootstrap. It is up to you to to determine how you get and link to the bootstrap css and fonts.</li>
27+
<li>React-Bootstrap doesn't depend on a very precise version of Bootstrap. Just pull the latest and, in case of trouble, take hints on the version used by this documentation page. Then, have bootstrap in your dependencies and ensure your build can read your less/sass/scss entry point.</li>
28+
</ul>
29+
<p>Then:</p>
2530

2631
<h3>CommonJS</h3>
2732
<div className="highlight">

0 commit comments

Comments
 (0)