Skip to content

Commit d1705c3

Browse files
emmanuel-455ljharb
authored andcommitted
[guide] [css] Added what BEM stands for (Block Element Modifier)
1 parent e6f2922 commit d1705c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-in-javascript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

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

37-
> Why? Similar to BEM, 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.
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.
3838

3939
```js
4040
// bad

0 commit comments

Comments
 (0)