deVSner

스타일드 컴포넌트, 먹히지 않을 때 본문

Error collection/기타 에러

스타일드 컴포넌트, 먹히지 않을 때

RudeofSun 2020. 6. 9. 14:39
const ButtonWrapper = styled.div`
margin-top: 100px;
`



const ButtonWrapper = styled.div`
margin-top: 100px`

위에는 먹히고 아래는 먹히지 않는다.