author-pic

Gunwoo cho

Gatsby에 Styled-component 적용기


Published on March 20, 2021

사내에서 Styled-component로 CSS를 수정하다 보니 CSS-in-JS가 익숙해서 해당 블로그에도 styled-component를 적용해볼려고 한다.


설치

PS D:\dev\blog> yarn add gatsby-plugin-styled-components styled-components babel-plugin-styled-components

설정

{
  plugins: [
    `gatsby-plugin-styled-components`,
    ...
  ]
}

도움 받은 사이트

changed

commit

If you like it, share it!