UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

9 lines (8 loc) 406 B
"use client"; //#region packages/@mantine/core/src/core/MantineProvider/convert-css-variables/css-variables-object-to-string.ts function cssVariablesObjectToString(variables) { return Object.entries(variables).map(([name, value]) => `${name}: ${value};`).join(""); } //#endregion exports.cssVariablesObjectToString = cssVariablesObjectToString; //# sourceMappingURL=css-variables-object-to-string.cjs.map