Skip to content

Update 03-styled-components.md 오타 수정(이미지 링크) #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion styling/03-styled-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default App;

거대한 빨간색 원이 나타났나요?

![]https://i.imgur.com/gze44f6.png)
![](https://i.imgur.com/gze44f6.png)

이런식으로 여러 줄의 CSS 코드를 조건부로 보여주고 싶다면 `css` 를 사용해야합니다., `css` 를 불러와서 사용을 해야 그 스타일 내부에서도 다른 `props` 를 조회 할 수 있습니다.

Expand Down