From 8b334690a56e4fca118fb4725c4c0755f26c04e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=88=EB=85=95=ED=95=98=EC=B1=84=EC=98=81=28HELLO=29?= Date: Sun, 1 Aug 2021 13:57:13 +0900 Subject: [PATCH] =?UTF-8?q?Update=2003-styled-components.md=20=EC=98=A4?= =?UTF-8?q?=ED=83=80=20=EC=88=98=EC=A0=95(=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EB=A7=81=ED=81=AC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 이미지 링크에 오타가 있어 수정하였습니다. --- styling/03-styled-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styling/03-styled-components.md b/styling/03-styled-components.md index 834b897..4b63c27 100644 --- a/styling/03-styled-components.md +++ b/styling/03-styled-components.md @@ -199,7 +199,7 @@ export default App; 거대한 빨간색 원이 나타났나요? -![]https://i.imgur.com/gze44f6.png) +![](https://i.imgur.com/gze44f6.png) 이런식으로 여러 줄의 CSS 코드를 조건부로 보여주고 싶다면 `css` 를 사용해야합니다., `css` 를 불러와서 사용을 해야 그 스타일 내부에서도 다른 `props` 를 조회 할 수 있습니다.