Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 6d404c6

Browse files
committed
adding in missing semi-colon
1 parent 9be5c6b commit 6d404c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/class-naming-conventions/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ In larger files, adding a comment in the `.c--modifier` notes can be helpful:
193193
//
194194
// Also modifies .c-blog-post__title
195195

196-
.c--featured {
196+
&.c--featured {
197197
...
198198
}
199199
}

0 commit comments

Comments
 (0)