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

fix: 오타 수정 #61

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion issues/2024-06.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Edge UI를 위한 번들의 크기가 비대했으며, 이는 2가지 요인에

## [Misconceptions about CSS Specificity](https://www.bram.us/2024/05/05/misconceptions-about-css-specificity/)

동일한 요소들이 선택될 수 있는 다수의 CSS 선택자들 중, 어떤 겻이 더 높은 우선순위를 갖게 되는지는 specificity를 통해 결정된다.
동일한 요소들이 선택될 수 있는 다수의 CSS 선택자들 중, 어떤 것이 더 높은 우선순위를 갖게 되는지는 specificity를 통해 결정된다.
Specificity는 3개의 구성요소(`A, B, C`와 같이 표현)로 이루어져 있으며, 그에 따라 점수가 계산된다.

이 글은 몇 가지 잘못 알려지거나 오해되고 있는 specificity에 대해 다룬다.
Expand Down