svelte-highlight icon indicating copy to clipboard operation
svelte-highlight copied to clipboard

[Feature Request] Provide CSS variables to style the highlight component

Open MordechaiHadad opened this issue 1 year ago • 1 comments

Basically, allow us to change things like roundness, width, etc. Currently I am doing so by doing:

:global(pre) {
// styles
}

MordechaiHadad avatar Nov 29 '23 10:11 MordechaiHadad