File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -161,9 +161,9 @@ function ListingCard() {
161161.ListingCard__content { }
162162```
163163
164- * ` .ListingCard ` is the “block” and represents the higher-level component
165- * ` .ListingCard__title ` is an “element” and represents a descendant of ` .ListingCard ` that helps compose the block as a whole.
166- * ` .ListingCard--featured ` is a “modifier” and represents a different state or variation on the ` .ListingCard ` block.
164+ * ` .ListingCard ` 는 "블록"이며 더 높은 단계의 컴포넌트를 나타냅니다
165+ * ` .ListingCard__title ` 는 "요소"이며 그 블록을 전체로 조정하도록 돕는 ` .ListingCard ` 의 자손임을 나타냅니다
166+ * ` .ListingCard--featured ` 는 "변형자"이며 '.ListingCard' 블록에 존재하는 다른 상태 또는 변형을 나타냅니다
167167
168168### ID 선택자
169169
@@ -186,15 +186,15 @@ CSS 클래스 명에 자바스크립트 훅을 거는 것을 권장하지 않습
186186
187187border가 없을 경우에는 ` 0 ` 대신 ` none ` 을 사용하세요.
188188
189- ** Bad **
189+ ** 잘못된 예시 **
190190
191191``` css
192192.foo {
193193 border : none ;
194194}
195195```
196196
197- ** Good **
197+ ** 올바른 예시 **
198198
199199``` css
200200.foo {
You can’t perform that action at this time.
0 commit comments