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

chore: next-config 파일 수정 #16

Closed
wants to merge 2 commits into from
Closed

Conversation

minim1nh
Copy link
Collaborator

📝 Description

원래 config 파일에 additionalData: @use '@/assets/variables' as *; 추가해서 다른 곳에서 바로 사용할 수 있도록 해두었습니다.
ex) color: $green;
padding: $pad-button;

📸 Screenshot

스크린샷 2024-12-20 오후 4 35 51 ## 📢 Notes 이후에 혹시 다른 $ 지정 scss 파일 생기면 * 없애도록 하겠습니다.

@minim1nh minim1nh self-assigned this Dec 20, 2024
@minim1nh minim1nh added the 🧹 Chore 기능 변경 없는 수정사항을 반영한 경우 label Dec 20, 2024
@minim1nh minim1nh changed the title Feature/localstyle chore: next-config 파일 수정 Dec 20, 2024
@minim1nh minim1nh closed this Dec 20, 2024
Copy link
Owner

@21ow 21ow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀


const nextConfig: NextConfig = {
reactStrictMode: true,
sassOptions: {
includePaths: [path.join(__dirname, 'src')],
additionalData: `@use '@/assets/variables' as *;`,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reset, globals에 각각 연결한 variables를 config에 varibables 설정을 추가함으로써 제거했다
이렇게 이해하면 되는 건가요?? 잘 몰라서 물어봐요 😚

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reset, globals에 각각 연결한 variables를 config에 varibables 설정을 추가함으로써 제거했다 이렇게 이해하면 되는 건가요?? 잘 몰라서 물어봐요 😚

원래 variable을 scss에서 사용하려면 만들려는 scss 파일 위쪽에 무조건 @use '@/assets/variables'로 import 해줘야지만 variables에서 지정한 변수들을 사용할 수 있었는데 그걸 그냥 전역적으로 scss 파일들에 import 한다고 적어서 번거로운 과정을 없애주었어요 ˆ𐃷ˆ

@minim1nh minim1nh deleted the feature/localstyle branch December 20, 2024 08:03
@21ow 21ow added ⚙ Setting 프로젝트 설정이나 환경 설정과 관련된 경우 and removed 🧹 Chore 기능 변경 없는 수정사항을 반영한 경우 labels Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙ Setting 프로젝트 설정이나 환경 설정과 관련된 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants