Skip to content

Commit

Permalink
Using specific Bootstrap css version
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Feb 5, 2018
1 parent e97baa2 commit 05e4c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _chapters/setup-bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ This installs the NPM package and adds the dependency to your `package.json`.

### Add Bootstrap Styles

<img class="code-marker" src="/assets/s.png" />React Bootstrap uses the standard Bootstrap styles; so just add the following styles to your `public/index.html`.
<img class="code-marker" src="/assets/s.png" />React Bootstrap uses the standard Bootstrap v3 styles; so just add the following styles to your `public/index.html`.

``` html
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
```

We'll also tweak the styles of the form fields so that the mobile browser does not zoom in on them on focus. We just need them to have a minimum font size of `16px` to prevent the zoom.
Expand Down

0 comments on commit 05e4c1e

Please sign in to comment.