your personal website on atproto - mirror blento.app

Merge pull request #33 from flo-bit/qr-codes

fix formatting

authored by Florian and committed by GitHub a8d71e5a 16d8df84

-2
-2
src/lib/cards/helper.ts
··· 5 5 return getComputedStyle(document.body).getPropertyValue(variable).trim(); 6 6 } 7 7 8 - 9 8 export function getHexCSSVar(variable: string) { 10 9 return convertCSSToHex(getCSSVar(variable)); 11 10 } 12 - 13 11 14 12 /** 15 13 * Converts a CSS color string to a hue value in the 0-1 range