We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29137f0 + fa1b6fc commit f9d8adaCopy full SHA for f9d8ada
demo/App.svelte
@@ -48,11 +48,7 @@
48
49
<svelte:head>
50
{@html solarized}
51
- {#if bulma}
52
- <link rel="stylesheet" href="bulma.css" />
53
- {:else}
54
- <link rel="stylesheet" href="default.css" />
55
- {/if}
+ <link rel="stylesheet" href="{bulma ? 'bulma.css': 'default.css' }" />
56
</svelte:head>
57
58
<section class="section">
0 commit comments