Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 62d0088

Browse files
committed
wording
1 parent 42335ef commit 62d0088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onCSSDeclaration.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const onCSSDeclaration = (decl, { result }) => {
1414
} catch (error) {
1515
decl.warn(
1616
result,
17-
`Failed to parse params '${originalValue}' as a color function. Leaving the original value intact.`
17+
`Failed to parse value '${originalValue}' as a color function. Leaving the original value intact.`
1818
)
1919
}
2020

0 commit comments

Comments
 (0)