Skip to content

Commit

Permalink
Leave unrecognised color untouched
Browse files Browse the repository at this point in the history
  • Loading branch information
omgovich committed May 20, 2021
1 parent 1ac96af commit 6a5ba58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/postcss-colormin/src/colours.js
Expand Up @@ -29,6 +29,6 @@ export default (input, isLegacy = false) => {
]);
} else {
// Possibly malformed, so pass through
return colour;
return input;
}
};

0 comments on commit 6a5ba58

Please sign in to comment.