Skip to content

Feature/tailwind migration#12

Merged
choihooo merged 3 commits intomainfrom
feature/tailwind-migration
Jan 18, 2026
Merged

Feature/tailwind migration#12
choihooo merged 3 commits intomainfrom
feature/tailwind-migration

Conversation

@choihooo
Copy link
Member

@choihooo choihooo commented Jan 18, 2026

변경 사항

관련 이슈

Closes #

변경 유형

  • 🐛 Bug fix (버그 수정)
  • ✨ Feature (새 기능)
  • ♻️ Refactor (리팩토링)
  • 📝 Documentation (문서 수정)
  • 🎨 Style (코드 스타일 변경)
  • ⚡️ Performance (성능 개선)
  • ✅ Test (테스트 추가/수정)
  • 🔧 Chore (빌드/설정 변경)

체크리스트

  • 코드가 프로젝트 스타일 가이드를 따릅니다
  • 자체 코드 리뷰를 수행했습니다
  • 코드에 주석을 추가했습니다 (특히 이해하기 어려운 부분)
  • 문서를 업데이트했습니다
  • 변경사항이 새로운 경고를 생성하지 않습니다
  • 테스트를 추가했습니다 (버그 수정/새 기능의 경우)
  • 기존 테스트가 통과합니다
  • CHANGELOG.md를 업데이트했습니다 (필요한 경우)
  • 버전을 업데이트했습니다 (필요한 경우)

스크린샷 (UI 변경인 경우)

테스트 방법

추가 정보

Summary by CodeRabbit

  • Bug Fixes

    • Fixed typography utility classes to properly export all text styling variants (headings and body text options) for consistent styling across the design system.
  • Chores

    • Version bump to 0.2.2.

✏️ Tip: You can customize this high-level summary in your review settings.

choihooo and others added 3 commits January 18, 2026 22:24
- @Utility 문법을 @layer utilities로 변경
- Tailwind CSS v4에서 @Utility는 사용 시에만 포함되지만,
  @layer utilities는 항상 빌드에 포함됨
- text-h6, text-body-1-b 등 모든 타이포그래피 클래스가
  사용처에서 정상적으로 사용 가능하도록 수정

빌드 결과:
- dist/index.css에 모든 타이포그래피 클래스 포함 확인
- CSS 크기: 25.62 KB -> 27.94 KB
- package.json 버전 0.2.1 -> 0.2.2
- CHANGELOG.md 업데이트
  - Unreleased 내용을 0.2.2 (2026-01-18)로 이동
  - 타이포그래피 유틸리티 클래스 빌드 수정 내용 포함
  - 버전 링크 추가
@coderabbitai
Copy link

coderabbitai bot commented Jan 18, 2026

📝 Walkthrough

Walkthrough

This patch release (v0.2.2) refactors typography utilities from @utility directive blocks to @layer utilities with class-based selectors (e.g., .text-h1, .text-h2), while updating the changelog and version number accordingly.

Changes

Cohort / File(s) Summary
Version Management
CHANGELOG.md, package.json
Added v0.2.2 release entry documenting typography utility fixes; bumped package version from 0.2.1 to 0.2.2
Typography Utilities
src/styles/utilities/typography.css
Converted @utility directive blocks to @layer utilities with class-based selectors (.text-h1 through .text-h6, .text-body-*); preserved all CSS properties and variable references with updated syntax and formatting

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 From @utility hops to @layer play,
Typography classes find a brighter way,
With dot-prefixed selectors, clean and neat,
Version bumped to two-point-two—what a treat!
CSS cascades now layered just right,
Our styles hop forward into the light! ✨

🚥 Pre-merge checks | ✅ 1 | ❌ 2
❌ Failed checks (1 warning, 1 inconclusive)
Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is entirely a template with placeholders and no actual content filled in; all required sections are empty or contain only comments. Complete the PR description by filling in all required sections: describe the changes, link related issues, check the change type, and fill out the checklist with specific details about the typography utility migration.
Title check ❓ Inconclusive The title is vague and overly broad, using generic terminology that doesn't clearly convey the specific fix or primary change in the changeset. Revise the title to be more specific about the main change, such as 'Fix typography utility classes by migrating from @utility to @layer utilities' or 'Restore typography classes in Tailwind CSS v4 build'.
✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@choihooo choihooo merged commit 7f811fb into main Jan 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant