Skip to content

Commit

Permalink
Merge pull request #211 from leovoon/master
Browse files Browse the repository at this point in the history
demo: fix style FOUC
  • Loading branch information
pstanoev committed Jul 25, 2023
2 parents 29137f0 + fa1b6fc commit f9d8ada
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions demo/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@

<svelte:head>
{@html solarized}
{#if bulma}
<link rel="stylesheet" href="bulma.css" />
{:else}
<link rel="stylesheet" href="default.css" />
{/if}
<link rel="stylesheet" href="{bulma ? 'bulma.css': 'default.css' }" />
</svelte:head>

<section class="section">
Expand Down

0 comments on commit f9d8ada

Please sign in to comment.