Search

SearchSearch

Recent Posts

  • 말하기 과정 ADVANCE

    Mar 31, 2025

  • fetch Accept 헤더

    Mar 25, 2025

  • fetch Content-Type 헤더

    Mar 25, 2025

  • 비즈니스 라이팅 basic

    Mar 25, 2025

  • 핵심요약의 기술

    Mar 25, 2025

See 193 more →

Home

❯

posts

❯

prettier-plugin-tailwindcss

prettier-plugin-tailwindcss

Sep 11, 20241 min read

  • seed
  • fe

tailwind 팀에서 만든 공식 prettier 플러그인이다.
https://github.com/tailwindlabs/prettier-plugin-tailwindcss

클래스명을 our recommended class order 기준으로 자동으로 정렬해준다.

pnpm add -D prettier-plugin-tailwindcss
{
  "plugins": [
	"prettier-plugin-tailwindcss"
  ],
  "tailwindFunctions": ["cn", "cva"]
}

tailwindFunctions

let className = cn("px-4 py-2 ...") 같은 환경에서도 정렬이 진행할 수 있도록 해준다.


Recent Posts

  • 말하기 과정 ADVANCE

    Mar 31, 2025

  • fetch Accept 헤더

    Mar 25, 2025

  • fetch Content-Type 헤더

    Mar 25, 2025

  • 비즈니스 라이팅 basic

    Mar 25, 2025

  • 핵심요약의 기술

    Mar 25, 2025

See 193 more →

Graph View

Backlinks

  • Prettier 세팅

Created with Quartz v4.4.0 © 2025

  • GitHub
  • About Me