File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ React CSS Modules implement automatic mapping of CSS modules. Every CSS class is
16
16
- [ Module Bundler] ( #module-bundler )
17
17
- [ webpack] ( #webpack )
18
18
- [ Browserify] ( #browserify )
19
- - [ Extending CSS Styles] ( #extending-css -styles )
19
+ - [ Extending Component Styles] ( #extending-component -styles )
20
20
- [ Decorator] ( #decorator )
21
21
- [ Options] ( #options )
22
22
- [ ` allowMultiple ` ] ( #allowmultiple )
@@ -154,7 +154,7 @@ Refer to [webpack-demo](https://github.com/css-modules/webpack-demo) or [react-c
154
154
155
155
Refer to [ ` css-modulesify ` ] ( https://github.com/css-modules/css-modulesify ) .
156
156
157
- ### Extending CSS Styles
157
+ ### Extending Component Styles
158
158
159
159
Use ` styles ` property to overwrite the default component styles.
160
160
You can’t perform that action at this time.
0 commit comments