Skip to content
Closed

[spam] #3172

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 css-in-javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
```

- Use an underscore for modifiers to other styles.
- Use an underscore for modifiers to other styles.....

> Why? Similar to [BEM](https://getbem.com/introduction/), this naming convention makes it clear that the styles are intended to modify the element preceded by the underscore. Underscores do not need to be quoted, so they are preferred over other characters, such as dashes.

Expand Down