Skip to content

Commit

Permalink
Update css-in-javascript/README.md
Browse files Browse the repository at this point in the history
Added the Link for the acronym and also expanding it to make it more understandable and accessible to the reader

Co-authored-by: Jordan Harband <[email protected]>
  • Loading branch information
emmanuel-455 and ljharb authored Feb 19, 2024
1 parent 83340aa commit bcf099c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-in-javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

- Use an underscore for modifiers to other styles.

> Why? Similar to BEM (Block Element Modifier), 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.
> 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.

```js
// bad
Expand Down

0 comments on commit bcf099c

Please sign in to comment.