mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 17:12:59 +08:00
Fix typo in CSS modules docs (#6067)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user