Skip to content

Commit

Permalink
Merge pull request react-bootstrap#585 from ronjouch/ronjouch-patch-1
Browse files Browse the repository at this point in the history
Getting Started: document concerns/recommendations on including Bootstrap
  • Loading branch information
mtscout6 committed Apr 29, 2015
2 parents 2c712ae + 390dc6a commit 2e8a8bc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/src/GettingStartedPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ const Page = React.createClass({
<h2 id="setup" className="page-header">Setup</h2>
<p className="lead">You can import the lib as AMD modules, CommonJS modules, or as a global JS script.</p>

<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>
<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>
<ul>
<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>
<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>
</ul>
<p>Then:</p>

<h3>CommonJS</h3>
<div className="highlight">
Expand Down

0 comments on commit 2e8a8bc

Please sign in to comment.