Skip to content

Commit 36ad36d

Browse files
committed
delete me -- test if CI catches API change
1 parent b5b3661 commit 36ad36d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/cli/src/colors/utils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import { APCAcontrast, sRGBtoY } from 'apca-w3';
33
import chroma from 'chroma-js';
44
import { Hsluv } from 'hsluv';
55

6+
export const exampleAddedFunction = (foo: string) => {
7+
return foo + 'bar';
8+
};
69
/**
710
* Converts a HEX color '#xxxxxx' into a CSS HSL string 'hsl(x,x,x)'
811
*

0 commit comments

Comments
 (0)