File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Why Javascript styling instead of CSS? Check out this [video](https://youtu.be/E
9
9
* [ Documentation] ( #documentation )
10
10
* [ CSS] ( #css )
11
11
- [ MediaQuery] ( #mediaquery )
12
- - [ Breakpoint ] ( #breakpoint )
12
+ - [ Match ] ( #match )
13
13
- [ Pseudo Element] ( #pseudo-element )
14
14
* [ Grid] ( #grid )
15
15
@@ -94,13 +94,13 @@ npm start
94
94
}
95
95
```
96
96
97
- ### Breakpoint
97
+ ### Match
98
98
```
99
- export const BreakpointBlocks = (props) => (
99
+ export const MatchBlocks = (props) => (
100
100
<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 >
104
104
</div>
105
105
)
106
106
```
You can’t perform that action at this time.
0 commit comments