Skip to content

Commit 6218a97

Browse files
committedDec 14, 2017
readme Breakpoint to Match
1 parent 3d6e5d8 commit 6218a97

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Why Javascript styling instead of CSS? Check out this [video](https://youtu.be/E
99
* [Documentation](#documentation)
1010
* [CSS](#css)
1111
- [MediaQuery](#mediaquery)
12-
- [Breakpoint](#breakpoint)
12+
- [Match](#match)
1313
- [Pseudo Element](#pseudo-element)
1414
* [Grid](#grid)
1515

@@ -94,13 +94,13 @@ npm start
9494
}
9595
```
9696

97-
### Breakpoint
97+
### Match
9898
```
99-
export const BreakpointBlocks = (props) => (
99+
export const MatchBlocks = (props) => (
100100
<div>
101-
<Breakpoint show="xs,sm">xs, sm</Breakpoint>
102-
<Breakpoint show="md,lg">md,lg</Breakpoint>
103-
<Breakpoint show="xl">xl</Breakpoint>
101+
<Match show="xs,sm">xs, sm</Match>
102+
<Match show="md,lg">md,lg</Match>
103+
<Match show="xl">xl</Match>
104104
</div>
105105
)
106106
```

0 commit comments

Comments
 (0)
Please sign in to comment.