File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments