2 lines
107 B
TypeScript
2 lines
107 B
TypeScript
export default (variable) => getComputedStyle(document.documentElement).getPropertyValue(`--${variable}`);
|