ReactJS (3) Global
React를 사용하다 보면 global style을 적용해야 할 때가 있는데, 이때 styled-component에서 createGlobalStyle을 사용할 수 있습니다. 예) CSS 초기화 const GlobalStyle = createGlobalStyle` html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, … Read more