File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Seamless mapping of class names to CSS modules inside of React components.
9
9
- [ Usage] ( #usage )
10
10
- [ webpack] ( #webpack )
11
11
- [ Browserify] ( #browserify )
12
+ - [ react-css-modules] ( #react-css-modules )
12
13
- [ Options] ( #options )
13
14
- [ ` allowMultiple ` ] ( #allowmultiple )
14
15
- [ ` keepOriginal ` ] ( #keeporiginal )
@@ -85,7 +86,7 @@ Refer to the [react-css-modules-examples](https://github.com/gajus/react-css-mod
85
86
Setup consists of:
86
87
87
88
* Setting up a module bundler to load your [ ICSS] ( https://github.com/css-modules/icss ) .
88
- * Decorating your component using [ ` react-css-modules ` ] ( #cssmodules ) .
89
+ * Decorating your component using [ ` react-css-modules ` ] ( #react-css-modules ) .
89
90
90
91
### webpack
91
92
@@ -114,7 +115,7 @@ Refer to [webpack-demo](https://github.com/css-modules/webpack-demo) or [react-c
114
115
115
116
Refer to [ ` css-modulesify ` ] ( https://github.com/css-modules/css-modulesify ) .
116
117
117
- ### ` CSSModules `
118
+ ### ` react-css-modules `
118
119
119
120
``` js
120
121
/**
You can’t perform that action at this time.
0 commit comments