mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
7 lines
178 B
JavaScript
7 lines
178 B
JavaScript
// TODO: extract utility
|
|
// TODO: refactor params to present nicer API
|
|
function formatStyle(style) {
|
|
return ['<style>', style, '</style>'].join('');
|
|
}
|
|
|
|
export { formatStyle };
|