Skip to content

Commit c41631e

Browse files
authored
Update README.md
1 parent 9fe17de commit c41631e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The latest version WORKS ONLY with Webpack 5. For Webpack v4 & v3 support, insta
2424

2525
<h2 align="center">Usage</h2>
2626

27-
The plugin will generate optimized class name in HTML, JavaScript, and CSS files.
27+
The plugin generates optimized class name in HTML, JavaScript, and CSS files.
2828
configure as follows:
2929

3030
**webpack.config.js**
@@ -51,8 +51,6 @@ We suggest that **your class names have specific prefix or suffix that can be id
5151
e.g. `'(abc-|efg-)?[cl]-[a-z][a-zA-Z0-9_]*'`
5252
the sample regexp maches `l-main`, `c-textbox`, `l-main__header`, `abc-textbox__input`, and so on...
5353

54-
If you want to use the back slash `\` on the regexp, use `[\\\\]*` to match class names contained both JS(`\\\\`) and CSS(`\\\\\\\\\\\\\\\\`).
55-
5654
#### reserveClassName
5755
The class names won't be used.
5856
e.g.

0 commit comments

Comments
 (0)