Heya!
yrv works great, thank you! One quick question - how do I style a link? For example, I have:
<Link href="/{work.slug}" class="link">
which becomes:
<a href="/boomsaas" class="link" title="">
But if I try and style using a class "link" svelte complains the selector is unused:
Error: css-unused-selector
How can I style a Link/a element?
Thanks! ๐
Heya!
yrv works great, thank you! One quick question - how do I style a link? For example, I have:
<Link href="/{work.slug}" class="link">which becomes:
<a href="/boomsaas" class="link" title="">But if I try and style using a class "link" svelte complains the selector is unused:
How can I style a Link/a element?
Thanks! ๐