···5 return getComputedStyle(document.body).getPropertyValue(variable).trim();
6}
78-9export function getHexCSSVar(variable: string) {
10 return convertCSSToHex(getCSSVar(variable));
11}
12-1314/**
15 * Converts a CSS color string to a hue value in the 0-1 range
···5 return getComputedStyle(document.body).getPropertyValue(variable).trim();
6}
708export function getHexCSSVar(variable: string) {
9 return convertCSSToHex(getCSSVar(variable));
10}
01112/**
13 * Converts a CSS color string to a hue value in the 0-1 range