Skip to content

Commit 4454d2a

Browse files
authored
Merge pull request #103 from sreeram-muddu/source
Added styled-system to the list of the projects
2 parents 5241814 + 3d1af48 commit 4454d2a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,13 @@ const projectList = [
332332
description: 'Production-Grade Container Scheduling and Management',
333333
tags: ['Go', 'Container', 'Orchestration'],
334334
},
335-
335+
{
336+
name: 'styled-system',
337+
imageSrc: 'https://camo.githubusercontent.com/8b3dc6438530a7240e952b187e40bd8380090f64/68747470733a2f2f7374796c65642d73797374656d2e636f6d2f6c6f676f2e737667',
338+
githubLink: 'https://github.com/styled-system/styled-system/contribute',
339+
description: 'Style props for rapid UI development',
340+
tags: ['ui', 'css-in-js', 'design-systems', 'style-props', 'theming'],
341+
},
336342
{
337343
name: 'Movie-Stream',
338344
imageSrc: 'https://image.ibb.co/faTroc/movie_stream.png',

0 commit comments

Comments
 (0)