Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Styled components 전역 변수 세팅 #7

Open
2 tasks done
BoubleJ opened this issue Apr 4, 2024 · 0 comments
Open
2 tasks done

[Feature] Styled components 전역 변수 세팅 #7

BoubleJ opened this issue Apr 4, 2024 · 0 comments
Assignees

Comments

@BoubleJ
Copy link
Contributor

BoubleJ commented Apr 4, 2024

ISSUE

Styled components 전역 변수 설정을 통한 스타일링

  • createGlobalStyle 컴포넌트를 활용해 스타일 속성 전역 변수 설정
  • 자주쓰는 색상, 폰트, 폰트 크기 등 설정
  • 비록 혼자 프론트엔드를 담당하지만 프로젝트 유지 보수를 수월하게 하기 위한 세팅
import { createGlobalStyle } from "styled-components";

ESTIMATE

0.5Day

TASKS

  • createGlobalStyle import 후 색상 폰트 사이즈 등 변수 할당
  • 실제 컴포넌트에 적용
@BoubleJ BoubleJ self-assigned this Apr 4, 2024
@BoubleJ BoubleJ changed the title Styled components 전역 변수 세팅 [Setting] Styled components 전역 변수 세팅 Apr 4, 2024
@BoubleJ BoubleJ changed the title [Setting] Styled components 전역 변수 세팅 [Feature] Styled components 전역 변수 세팅 Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant