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 2 years 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

Yes! This seems like a no-brainer addition

samhsabin avatar Jan 31 '24 06:01 samhsabin