We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b3661 commit 36ad36dCopy full SHA for 36ad36d
packages/cli/src/colors/utils.ts
@@ -3,6 +3,9 @@ import { APCAcontrast, sRGBtoY } from 'apca-w3';
3
import chroma from 'chroma-js';
4
import { Hsluv } from 'hsluv';
5
6
+export const exampleAddedFunction = (foo: string) => {
7
+ return foo + 'bar';
8
+};
9
/**
10
* Converts a HEX color '#xxxxxx' into a CSS HSL string 'hsl(x,x,x)'
11
*
0 commit comments