Unverified Commit 0f5eb8fa authored by Dennis Morello's avatar Dennis Morello Committed by GitHub
Browse files

Update adding-a-css-modules-stylesheet.md

Fixed an inconsistency in the generated classname of the `<button>` example
1 merge request!10203Update adding-a-css-modules-stylesheet.md
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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">Error Button</button>
<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.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment