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 fcfbff5 commit 2758f70Copy full SHA for 2758f70
1 file changed
src/lib/isRgbColor.js
@@ -23,7 +23,7 @@ export default function isRgbColor(str, options) {
23
}
24
25
if (allowSpaces) {
26
- // make sure it starts with continous rgba? without spaces before stripping
+ // make sure it starts with continuous rgba? without spaces before stripping
27
if (!startsWithRgb.test(str)) {
28
return false;
29
0 commit comments