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

Commit 48ad27a

Browse files
author
Sonja Farrell
committed
Merge pull request #60 from mobify/CSS__self-documenting-selectors
Self Documenting Selectors Update
2 parents 37a9e8a + 6d404c6 commit 48ad27a

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)