Skip to content

Commit

Permalink
Fix typo in CSS modules docs (#6067)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardo authored and mrmckeb committed Jan 4, 2019
1 parent c8c3e48 commit dae67ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/adding-a-css-modules-stylesheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ No clashes from other `.error` class names

```html
<!-- This button has red background but not red text -->
<button class="Button_error_ax7yz"></div>
<button class="Button_error_ax7yz">Error Button</button>
```

**This is an optional feature.** Regular `<link>` stylesheets and CSS files are fully supported. CSS Modules are turned on for files ending with the `.module.css` extension.

1 comment on commit dae67ff

@bulutuu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bu dosyaları tepki programını ben bilmeden uyguladılar yardımcı olursanız bende onlara gerekeni yapacagi

Please sign in to comment.