ReactJS (3) Global Style
React를 쓰다 보면 global style을 적용시켜야 될 때가 있는데 그때 styled-components에서 createGlobalStyle을 쓰면 된다 예) CSS Reset 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, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, l..