You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ React CSS Modules implement automatic mapping of CSS modules. Every CSS class is
17
17
-[`errorWhenNotFound`](#errorwhennotfound)
18
18
-[Class Composition](#class-composition)
19
19
-[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)
21
21
-[SASS, SCSS, LESS and other CSS Preprocessors](#sass-scss-less-and-other-css-preprocessors)
22
22
-[Global CSS](#global-css)
23
23
-[Multiple CSS Classes](#multiple-css-classes)
@@ -294,7 +294,7 @@ Consider the same example in CSS and HTML:
294
294
295
295
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.
296
296
297
-
### A Variation of Class Composition Using CSS Preprocessors
297
+
### Class Composition Using CSS Preprocessors
298
298
299
299
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.
0 commit comments