Skip to content

Commit 1b4a62b

Browse files
committed
feat: add responsiveVariants to ignoredKeys by default
1 parent 6729e11 commit 1b4a62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-custom-classname.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you use some utility library like [@netlify/classnames-template-literals](htt
4040

4141
For best results, gather the declarative classnames together, avoid mixing conditional classnames in between, move them at the end.
4242

43-
### `ignoredKeys` (default: `["compoundVariants", "defaultVariants"]`)
43+
### `ignoredKeys` (default: `["compoundVariants", "defaultVariants", "responsiveVariants"]`)
4444

4545
Using libraries like `cva`, some of its object keys are not meant to contain classnames in its value(s).
4646
You can specify which key(s) won't be parsed by the plugin using this setting.

0 commit comments

Comments
 (0)