Skip to content

Commit d0cceb1

Browse files
committed
chore: simplify ignore values
1 parent 8d3ed1d commit d0cceb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Passing `ignoreValues` option, you can accpet values which are exact same string
6161
// .stylelintrc
6262
"rules": {
6363
// ...
64-
"plugin/carbon-use": [["/color/", "background-color", { ignoreValues: ["transparent", "inherit", "initial", "/[^(]+/"] }]],
64+
"plugin/carbon-use": [["/color/", "background-color", { ignoreValues: ["transparent", "inherit", "initial"] }]],
6565
// ...
6666
}
6767
```

0 commit comments

Comments
 (0)