Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia committed Mar 27, 2023
1 parent 73da98c commit ac4d620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/style-unit/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ function isBase64(str) {
export const convertUnit = (value, prop, platform) => {
// Do not to convert base64 value which may cause maximum error.
return isBase64(value) ? value : _convertUnit(value, prop, platform);
}
};

0 comments on commit ac4d620

Please sign in to comment.