Skip to content

Commit 45de041

Browse files
committed
Fix README
1 parent 94aa78b commit 45de041

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
@@ -69,8 +69,8 @@ In this case, `abc-c-textbox__input` becomes `abc-a`.
6969
Same behavior as ignorePrefix.
7070
e.g.
7171
```js
72-
classNameRegExp: '((hover|focus|xs|md|sm|lg|xl)(\\\\\\\\\\\\\\\\|\\\\)?:)*tw-[a-z_-][a-zA-Z0-9_-]*',
73-
ignorePrefixRegExp: '((hover|focus|xs|md|sm|lg|xl)(\\\\\\\\\\\\\\\\|\\\\)?:)*',
72+
classNameRegExp: '((hover|focus|xs|md|sm|lg|xl)[\\\\]*:)*tw-[a-z_-][a-zA-Z0-9_-]*',
73+
ignorePrefixRegExp: '((hover|focus|xs|md|sm|lg|xl)[\\\\]*:)*',
7474
```
7575
In this case, `hover\:xs\:c-textbox__input` becomes `hover\:xs\:a`.
7676

0 commit comments

Comments
 (0)