Skip to content

Commit 09d9e95

Browse files
a-h-ibraaar
andauthored
removes strict support for arguments array
Co-authored-by: Brage Sekse Aarset <[email protected]>
1 parent c890403 commit 09d9e95

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/isRgbColor.js

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ export default function isRgbColor(str, options) {
1919
if (arguments.length >= 2) {
2020
includePercentValues = arguments[1];
2121
}
22-
if (arguments.length >= 3) {
23-
strict = arguments[2];
24-
}
2522
} else {
2623
strict = options.strict !== undefined ? options.strict : true;
2724
includePercentValues = options.includePercentValues !== undefined ?

0 commit comments

Comments
 (0)