Skip to content

Commit c66756d

Browse files
committed
Edit readme
1 parent ecf4d98 commit c66756d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# React CSS Grid
33

4-
React layout component based on [CSS Grid Layout][spec] ([Demo][demo])
4+
React layout component based on [CSS Grid Layout][spec] and built with [styled-components][sc] ([Demo][demo])
55

66
[![Build Status][travis-badge]][travis]
77

@@ -54,7 +54,7 @@ See http://caniuse.com/#feat=css-grid
5454
## Related
5555

5656
- [Grid Styled](https://github.com/jxnblk/grid-styled)
57-
- [styled-components](https://github.com/styled-components/styled-components)
57+
- [styled-components][sc]
5858
- [CSS Grid Layout Module][spec]
5959
- [CSS Grid Layout on MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout)
6060
- [Grid by Example](https://gridbyexample.com/video/series-auto-fill-auto-fit/)
@@ -63,5 +63,6 @@ See http://caniuse.com/#feat=css-grid
6363

6464
[spec]: https://www.w3.org/TR/css-grid-1/
6565
[demo]: http://jxnblk.com/react-css-grid/
66+
[sc]: https://styled-components.com
6667

6768
[MIT License](LICENSE.md)

0 commit comments

Comments
 (0)