Skip to content

Commit

Permalink
solution to styled components lecture
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaLMartinez committed Sep 13, 2022
1 parent 57711f3 commit 79098a4
Show file tree
Hide file tree
Showing 16 changed files with 545 additions and 281 deletions.
3 changes: 3 additions & 0 deletions 08_styled_components/project_showcase/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["babel-plugin-styled-components"]
}
221 changes: 221 additions & 0 deletions 08_styled_components/project_showcase/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions 08_styled_components/project_showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"react-icons": "^4.3.1",
"react-router-dom": "^5.3.0",
"react-scripts": "5.0.0",
"styled-components": "^5.3.5",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand All @@ -37,5 +38,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.7"
}
}
Loading

0 comments on commit 79098a4

Please sign in to comment.