Skip to content

Commit dae67ff

Browse files
Hardomrmckeb
Hardo
authored andcommittedJan 4, 2019
Fix typo in CSS modules docs (#6067)
1 parent c8c3e48 commit dae67ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docusaurus/docs/adding-a-css-modules-stylesheet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ No clashes from other `.error` class names
4949

5050
```html
5151
<!-- This button has red background but not red text -->
52-
<button class="Button_error_ax7yz"></div>
52+
<button class="Button_error_ax7yz">Error Button</button>
5353
```
5454

5555
**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 commit comments

Comments
 (1)

bulutuu commented on Apr 29, 2024

@bulutuu

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

Please sign in to comment.