From 032823edfaf5995ea781ac8b1dec56686bddad91 Mon Sep 17 00:00:00 2001 From: Min Byeong-Guk Date: Tue, 20 Feb 2024 19:48:20 +0900 Subject: [PATCH] replace tailwindcss to tailwind --- _posts/2022-11-29-frontend-css-libraries.md | 2 +- _posts/2023-10-08-svelte-components-tutorial-day2.md | 2 +- _posts/2023-11-01-svelte-components-tutorial-day3.md | 2 +- _posts/2023-11-08-svelte-components-tutorial-day4.md | 2 +- _posts/2023-11-09-svelte-components-tutorial-day5.md | 2 +- _posts/2023-11-14-rewrite-react-to-svelte-day1.md | 2 +- _posts/2023-12-15-svelte-components-tutorial-day7.md | 2 +- _posts/2024-01-03-svelte-components-tutorial-day8.md | 2 +- _posts/2024-01-07-tailwind-clone-project-day1.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_posts/2022-11-29-frontend-css-libraries.md b/_posts/2022-11-29-frontend-css-libraries.md index 747165b43f..55d5556f23 100644 --- a/_posts/2022-11-29-frontend-css-libraries.md +++ b/_posts/2022-11-29-frontend-css-libraries.md @@ -2,7 +2,7 @@ date: 2022-11-29 00:00:00 +0900 title: 프론트엔드 CSS 라이브러리 비교 categories: ["frontend","css"] -tags: ["style","react","material","picocss","tailwindcss"] +tags: ["style","react","material","picocss","tailwind"] image: "https://stackdiary.com/wp-content/uploads/2022/03/average-bundle-size-for-CSS-frameworks.png" --- diff --git a/_posts/2023-10-08-svelte-components-tutorial-day2.md b/_posts/2023-10-08-svelte-components-tutorial-day2.md index 6a5f3f06c1..f449248ae8 100644 --- a/_posts/2023-10-08-svelte-components-tutorial-day2.md +++ b/_posts/2023-10-08-svelte-components-tutorial-day2.md @@ -2,7 +2,7 @@ date: 2023-10-08 00:00:00 +0900 title: Svelte Component 라이브러리 - 2일차 categories: ["frontend","svelte"] -tags: ["flowbite","tailwindcss","ui-components","2nd-day"] +tags: ["flowbite","tailwind","ui-components","2nd-day"] image: "https://raw.githubusercontent.com/themesberg/flowbite-svelte/main/static/images/flowbite-svelte.png" --- diff --git a/_posts/2023-11-01-svelte-components-tutorial-day3.md b/_posts/2023-11-01-svelte-components-tutorial-day3.md index e6ee637344..71e2e2f645 100644 --- a/_posts/2023-11-01-svelte-components-tutorial-day3.md +++ b/_posts/2023-11-01-svelte-components-tutorial-day3.md @@ -2,7 +2,7 @@ date: 2023-11-01 00:00:00 +0900 title: Svelte Component 라이브러리 - 3일차 categories: ["frontend","svelte"] -tags: ["flowbite","tailwindcss","ui-components","3rd-day"] +tags: ["flowbite","tailwind","ui-components","3rd-day"] image: "https://raw.githubusercontent.com/themesberg/flowbite-svelte/main/static/images/flowbite-svelte.png" --- diff --git a/_posts/2023-11-08-svelte-components-tutorial-day4.md b/_posts/2023-11-08-svelte-components-tutorial-day4.md index 0f54459f95..69dd8bde55 100644 --- a/_posts/2023-11-08-svelte-components-tutorial-day4.md +++ b/_posts/2023-11-08-svelte-components-tutorial-day4.md @@ -2,7 +2,7 @@ date: 2023-11-08 00:00:00 +0900 title: Svelte Component 라이브러리 - 4일차 categories: ["frontend","svelte"] -tags: ["daisyui","tailwindcss","4th-day"] +tags: ["daisyui","tailwind","4th-day"] image: "https://s3-alpha.figma.com/hub/file/3709321768/b28165db-1eed-4f6a-9027-8f3317357e55-cover.png" --- diff --git a/_posts/2023-11-09-svelte-components-tutorial-day5.md b/_posts/2023-11-09-svelte-components-tutorial-day5.md index e9c3873cc3..d018080de1 100644 --- a/_posts/2023-11-09-svelte-components-tutorial-day5.md +++ b/_posts/2023-11-09-svelte-components-tutorial-day5.md @@ -2,7 +2,7 @@ date: 2023-11-09 00:00:00 +0900 title: Svelte Component 라이브러리 - 5일차 categories: ["frontend","svelte"] -tags: ["skeleton","ui-components","tailwindcss","a11y","5th-day"] +tags: ["skeleton","ui-components","tailwind","a11y","5th-day"] image: "https://i.ytimg.com/vi/tHzVyChDuyo/maxresdefault.jpg" --- diff --git a/_posts/2023-11-14-rewrite-react-to-svelte-day1.md b/_posts/2023-11-14-rewrite-react-to-svelte-day1.md index 9178577ca7..79ec14ffae 100644 --- a/_posts/2023-11-14-rewrite-react-to-svelte-day1.md +++ b/_posts/2023-11-14-rewrite-react-to-svelte-day1.md @@ -2,7 +2,7 @@ date: 2023-11-14 00:00:00 +0900 title: React 를 Svelte 로 변환하기 - 1일차 categories: ["frontend","svelte"] -tags: ["react","tailwindcss","ui-components","1st-day"] +tags: ["react","tailwind","ui-components","1st-day"] image: "https://dev-to-uploads.s3.amazonaws.com/uploads/articles/v7e3wmv98ql24smnwhe0.png" --- diff --git a/_posts/2023-12-15-svelte-components-tutorial-day7.md b/_posts/2023-12-15-svelte-components-tutorial-day7.md index 0799afef23..cc550ad5d6 100644 --- a/_posts/2023-12-15-svelte-components-tutorial-day7.md +++ b/_posts/2023-12-15-svelte-components-tutorial-day7.md @@ -2,7 +2,7 @@ date: 2023-12-15 00:00:00 +0900 title: Svelte Component 라이브러리 - 7일차 categories: ["frontend","svelte"] -tags: ["melt-ui","ui-components","tailwindcss","7th-day"] +tags: ["melt-ui","ui-components","tailwind","7th-day"] image: "https://www.melt-ui.com/banner.png" --- diff --git a/_posts/2024-01-03-svelte-components-tutorial-day8.md b/_posts/2024-01-03-svelte-components-tutorial-day8.md index 8e04fe50c5..2a31120986 100644 --- a/_posts/2024-01-03-svelte-components-tutorial-day8.md +++ b/_posts/2024-01-03-svelte-components-tutorial-day8.md @@ -2,7 +2,7 @@ date: 2024-01-03 00:00:00 +0900 title: Svelte Component 라이브러리 - 8일차 categories: ["frontend","svelte"] -tags: ["melt-ui","bits-ui","tailwindcss","8th-day"] +tags: ["melt-ui","bits-ui","tailwind","8th-day"] image: "https://opengraph.githubassets.com/46bfeda8337cd995f0b3d5f4f11f469cb06bbbd421e8f650c53f48d54d8145c2/huntabyte/bits-ui" --- diff --git a/_posts/2024-01-07-tailwind-clone-project-day1.md b/_posts/2024-01-07-tailwind-clone-project-day1.md index d0eeffc39f..baa7319b84 100644 --- a/_posts/2024-01-07-tailwind-clone-project-day1.md +++ b/_posts/2024-01-07-tailwind-clone-project-day1.md @@ -2,7 +2,7 @@ date: 2024-01-07 00:00:00 +0900 title: Tailwind 클론 프로젝트 - 1일차 categories: ["frontend","template"] -tags: ["tailwindcss","melt-ui","clone-coding","1st-day"] +tags: ["tailwind","melt-ui","clone-coding","1st-day"] image: "https://cdn.taildashboards.com/media/screenshots/tailadmin.png" ---