Skip to content

Commit

Permalink
refactor: easier to identify nested island
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed Apr 24, 2023
1 parent 3bd8ced commit 684f37b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/_site/components/RedThenBlue.island.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@

<p class:red class:blue>red then blue</p>

<GreenThenPink />
<blockquote>
<GreenThenPink />
</blockquote>


<style>
.red {
Expand Down

0 comments on commit 684f37b

Please sign in to comment.