INIT
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import { styleToCSS } from "./style-to-css.js";
|
||||
export function styleToString(style = {}) {
|
||||
return styleToCSS(style).replace("\n", " ");
|
||||
}
|
||||
Reference in New Issue
Block a user