docs(ax): Hero TOOLS 가운뎃점 주석을 4.4절 확정 동작에 맞춘다 (PRF-359) - #45
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
🎉 This PR is included in version 1.25.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경
app/subs/ax/components/sections/Hero.module.scss에서.tileToolsList바로 위 주석만 고쳤습니다. 원래 주석은 "줄 첫 항목 앞에 남지 않게 한다"고 적혀 있었는데, PRF-358에서 확정한docs/ax-tool-axis-spec.md4.4절과 반대되는 내용이었습니다.li에 nowrap을 건다는 설명li안쪽 앞에 붙이는 이유는 점과 그 뒤 이름을 같은 줄에 두기 위해서입니다. 줄이 바뀌면 그 줄 첫 항목 앞에 점이 남는데, 이것이 확정 동작이라고 적었습니다. 4.4절 참조도 넣었습니다.SCSS 선언은 바꾸지 않았습니다.
검증
sass로 main 버전과 이 브랜치 버전을 각각 컴파일해cmp로 비교했습니다. 출력 CSS가 바이트 단위로 같습니다.pnpm exec stylelint app/subs/ax/components/sections/Hero.module.scss통과git diff --name-only main...결과는 이 파일 한 줄뿐입니다. diff의+/-줄은 모두 주석입니다.Closes PRF-359
🤖 Generated with Claude Code