Skip to content

Commit

Permalink
docs: fix playground tab-size, close #57
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 21, 2023
1 parent 90fa148 commit 456d239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/components/ShikijiMiniPlayground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const currentThemeType = computed(() => play.allThemes.find(i => i.id === play.t
<textarea
v-model="play.input"
font-mono bg-transparent absolute inset-0 z-100 py-20px px-24px
text-transparent caret-gray
text-transparent caret-gray tab-4
class="line-height-$vp-code-line-height font-$vp-font-family-mono text-size-$vp-code-font-size"
/>
</div>
Expand Down

0 comments on commit 456d239

Please sign in to comment.