This prevents 11ty with WebC/Markdown to produce excessive newlines in output markup
11 lines
197 B
Text
11 lines
197 B
Text
<svg webc:root="override">
|
|
<use :href="`#${icon}`"></use>
|
|
</svg>
|
|
|
|
<style webc:scoped="icon">
|
|
:host {
|
|
width: 100%;
|
|
height: 100%;
|
|
fill: var(--clr-icon, var(--clr-text));
|
|
}
|
|
</style>
|