[질문 x 공유용] tailwind v4.0 으로 강의랑 다를 때 (import 다름, tailwind.config.js 없어짐 등)
추가로 tailwind v4 이후부터는 text-xs 과 같은 자체 유틸리티 클래스를 오버라이딩 하려면 index.css 아래와 같이 utility 적용하시면 돼요.@import 'tailwindcss'; @theme { --color-primary: #1d2745; ... } @layer utilities { .text-xs { font-size: 12px; line-height: 18px; letter-spacing: 0px; font-weight: 400; }