Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
요구사항
기본
심화
주요 변경사항
https://linkbrary-oh.netlify.app/
스크린샷
멘토에게
예시로, 로그인 페이지에서
signin__text-wp
부분은 block이signin
이고,그 바로 밑의 form은 form 자체를 block 단위로 삼아서
signin-form
로 class이름을 지었습니다. 이런 부분이 잘 사용한 것인지 궁금합니다!(저는 퍼블리셔로 근무할 때
.signin .text a
이런 식으로 css를 적용했어서 bem방법이 조금 헷갈립니다!)