Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/content/docs/ko/guides/css-and-tailwind.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Starlight Tailwind 플러그인은 다음 구성을 적용합니다.

`create astro`를 사용하여 Tailwind CSS가 사전 구성된 새 Starlight 프로젝트를 시작하세요.

<Tabs>
<Tabs syncKey="pkg">
<TabItem label="npm">

```sh
Expand Down Expand Up @@ -94,7 +94,7 @@ yarn create astro --template starlight/tailwind

1. Astro의 Tailwind 통합 추가

<Tabs>
<Tabs syncKey="pkg">

<TabItem label="npm">

Expand Down Expand Up @@ -124,7 +124,7 @@ yarn create astro --template starlight/tailwind

2. Starlight Tailwind 플러그인을 설치하세요.

<Tabs>
<Tabs syncKey="pkg">

<TabItem label="npm">

Expand Down