Skip to content

Commit

Permalink
delete me -- test if CI catches API change
Browse files Browse the repository at this point in the history
  • Loading branch information
unekinn committed Nov 8, 2024
1 parent b5b3661 commit 36ad36d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cli/src/colors/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { APCAcontrast, sRGBtoY } from 'apca-w3';
import chroma from 'chroma-js';
import { Hsluv } from 'hsluv';

export const exampleAddedFunction = (foo: string) => {
return foo + 'bar';
};
/**
* Converts a HEX color '#xxxxxx' into a CSS HSL string 'hsl(x,x,x)'
*
Expand Down

0 comments on commit 36ad36d

Please sign in to comment.