I have a shadow-root
component and I simply don't want svelte-kit to add those random classes to that specific element or its child elements. It would be nice if there was something in the settings like: document.getElementById("<id>").cssHash == false
Or any possible hacks to achieve this?
<style>
block.bind:this
. unfortunately I don't know another way simple than this. hope it helps