···55 return getComputedStyle(document.body).getPropertyValue(variable).trim();
66}
7788-98export function getHexCSSVar(variable: string) {
109 return convertCSSToHex(getCSSVar(variable));
1110}
1212-13111412/**
1513 * Converts a CSS color string to a hue value in the 0-1 range