Svelte Global Selector
// Styling the a element globally from a random file.
:global(a) {}
// You can also use classes
:global(.hover-fade-list li) {}
// Styling the a element globally from a random file.
:global(a) {}
// You can also use classes
:global(.hover-fade-list li) {}