We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d14aa commit ae21b51Copy full SHA for ae21b51
1 file changed
README.md
@@ -68,7 +68,9 @@ For example, by setting `.prettierrc` as follows, you can sort classes even in f
68
69
## Options
70
71
-### `regex`
+### `regex`
72
+
73
+**default:** `class="([^"]*)"`
74
75
The `regex` option allows you to specify the part that corresponds to the value of the class attribute using a regular expression.
76
0 commit comments