svelte-highlight
svelte-highlight copied to clipboard
[Feature Request] Provide CSS variables to style the highlight component
Basically, allow us to change things like roundness, width, etc. Currently I am doing so by doing:
:global(pre) {
// styles
}