We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94aa78b commit 45de041Copy full SHA for 45de041
README.md
@@ -69,8 +69,8 @@ In this case, `abc-c-textbox__input` becomes `abc-a`.
69
Same behavior as ignorePrefix.
70
e.g.
71
```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)(\\\\\\\\\\\\\\\\|\\\\)?:)*',
+classNameRegExp: '((hover|focus|xs|md|sm|lg|xl)[\\\\]*:)*tw-[a-z_-][a-zA-Z0-9_-]*',
+ignorePrefixRegExp: '((hover|focus|xs|md|sm|lg|xl)[\\\\]*:)*',
74
```
75
In this case, `hover\:xs\:c-textbox__input` becomes `hover\:xs\:a`.
76
0 commit comments