CraBft / craft-blog

🚀 Deploy your own Craft-powered blog in minutes
MIT License
9 stars 2 forks source link

theme.js color 추가 #45

Closed Yenowme closed 2 years ago

Yenowme commented 2 years ago

깃허브 오류 발견..

스크린샷 2022-04-18 오후 7 32 13

응용 예시

const Styled = {
  rootContainer: styled.div`
    background-color: ${({ theme }) => theme.color.white};
  `
},