Skip to content

Commit eb46795

Browse files
authored
small name error in code example (#218)
1 parent b90ad0e commit eb46795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/styling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CSS modules allow you to scope styles. Files must be end with `*.module.{css,sas
3434
```ts
3535
import styles from "./Button.module.css";
3636

37-
const Button = () => <button className={style.myButton} />;
37+
const Button = () => <button className={styles.myButton} />;
3838
```
3939

4040
Read more about css modules here:

0 commit comments

Comments
 (0)