You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: css-in-javascript/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
35
35
- Use an underscore for modifiers to other styles.
36
36
37
-
> Why? Similar to BEM, this naming convention makes it clear that the styles are intended to modify the element preceded by the underscore. Underscoresdo not need to be quoted, so they are preferred over other characters, such as dashes.
37
+
> 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.
0 commit comments