[수정] Sass CLI 전환 및 헤더 스크롤 스타일 수정

- package.json, package-lock.json 삭제 (글로벌 Sass CLI 사용)
- headerInner:after 선택자를 body.scroll-up 조건으로 수정
- .gitignore에 .claude 디렉토리 추가

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-03 22:42:13 +09:00
parent cf73a62eb4
commit 93137319ee
6 changed files with 7 additions and 448 deletions

View File

@@ -739,7 +739,7 @@ body.scroll-up .hederWarp_n .mobileOpenMenu {
margin: 0 auto;
flex-wrap: wrap;
}
.hederWarp_n .headerInner:after {
body.scroll-up .hederWarp_n .headerInner:after {
content: "";
display: block;
width: 100%;

File diff suppressed because one or more lines are too long

View File

@@ -880,7 +880,8 @@ video::-webkit-media-controls {
height: 8rem;
margin: 0 auto;
flex-wrap: wrap;
&:after {
body.scroll-up &:after {
content: "";
display: block;
width: 100%;