v1.0.0: 구조 클래스 중복 스타일 최종 정리

Made-with: Cursor
This commit is contained in:
2026-04-17 14:47:54 +09:00
parent 1e095798e3
commit bdb84ddd09
6 changed files with 11 additions and 32 deletions

View File

@@ -4,6 +4,7 @@
- `package.json` 버전을 `1.0.0`으로 증가.
- `partials/site/topbar.hbs`: `topbar__inner` 구조 클래스를 복구하고 `topbar__brand`, `topbar__search`, `topbar__actions` 구간의 중복 Tailwind 유틸(`flex`, `h-full`, `items-center`, `justify-end` 등)을 정리해 구조 클래스와 유틸 충돌을 최소화.
- `partials/site/sidebar-right.hbs`: 추천 fallback 목록 컨테이너의 `rounded-theme`를 제거해 주변 섹션과 모서리 스타일을 통일.
- `partials/site/sidebar-left.hbs`, `assets/built/screen.css`: `menu-groups` 구간에서 `display/gap/border-bottom` 단순 구조 속성을 Tailwind 유틸(`block`, `gap-0`, `border-b-0`)로 이동하고 중복 CSS 선언을 제거.
- `docs/spec.md`, `docs/map.md`, `docs/deploy.md`, `docs/history.md` 버전을 `v1.0.0`으로 동기화.
- `npm run build:tailwind``assets/built/tailwind.css` 재생성.