Skip to content

Commit 80ee6d0

Browse files
committed
Docs.
1 parent fce3b92 commit 80ee6d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ React CSS Modules implement automatic mapping of CSS modules. Every CSS class is
1717
- [`errorWhenNotFound`](#errorwhennotfound)
1818
- [Class Composition](#class-composition)
1919
- [What Problems does Class Composition Solve?](#what-problems-does-class-composition-solve)
20-
- [A Variation of Class Composition Using CSS Preprocessors](#a-variation-of-class-composition-using-css-preprocessors)
20+
- [Class Composition Using CSS Preprocessors](#class-composition-using-css-preprocessors)
2121
- [SASS, SCSS, LESS and other CSS Preprocessors](#sass-scss-less-and-other-css-preprocessors)
2222
- [Global CSS](#global-css)
2323
- [Multiple CSS Classes](#multiple-css-classes)
@@ -294,7 +294,7 @@ Consider the same example in CSS and HTML:
294294

295295
This pattern emerged with the advent of OOCSS. The biggest disadvantage of this implementation is that you will need to change HTML almost every time you want to change the style.
296296

297-
### A Variation of Class Composition Using CSS Preprocessors
297+
### Class Composition Using CSS Preprocessors
298298

299299
This section of the document is included as a learning exercise to broaden the understanding about the origin of Class Composition. CSS Modules support a native method of composting CSS Modules using [`composes`](https://github.com/css-modules/css-modules#composition) keyword. CSS Preprocessor is not required.
300300

0 commit comments

Comments
 (0)