Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
James Newell committed Feb 15, 2018
1 parent 1ff3ae3 commit d4da608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import Heading from './Heading';

### Using custom breakpoints

Breakpoints may be customised using `ThemeProvider`. For example, to use the same breakpoints as [Bootstrap](https://v4-alpha.getbootstrap.com/layout/overview/#responsive-breakpoints), you can do so like this:
Breakpoints may be customised using `ThemeProvider`. For example, to use the same breakpoints as [Bootstrap](https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints), you can do so like this:

`./Heading.jsx`
```js
Expand Down
2 changes: 1 addition & 1 deletion example/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export default class App extends React.Component<AppProps, AppState> {
<Grid>
<Col1>
<Button onClick={this.handleToggleBreakpoints}>
{breakpoints === DEFAULT_BREAKPOINTS ? 'Use default breakpoints' : 'Use custom breakpoints'}
{breakpoints === DEFAULT_BREAKPOINTS ? 'Use custom breakpoints' : 'Use default breakpoints'}
</Button>
</Col1>
<Col2>
Expand Down

0 comments on commit d4da608

Please sign in to comment.