Files
Stackq/node_modules/svelte-toolbelt/dist/utils/style.js
T
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

5 lines
143 B
JavaScript

import { styleToCSS } from "./style-to-css.js";
export function styleToString(style = {}) {
return styleToCSS(style).replace("\n", " ");
}