Merged
Conversation
Slate 9段階、Vermilion 9段階、Neutral 4段階、Accent Hues 全8色を削除。 Theme/Component で実際に使用されているトークンのみ残す。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- tokens/typography.css: --font-code 削除(コードブロックなし) - theme/typography.css: --font-family-code 削除 - foundation/base.css: heading に color: var(--color-heading) 追加 - component/c-table.css: 削除(LP に導入場所なし) - project/p-numbers.css: p-numbers__item の CSS 定義追加 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
HTML で使用されている全 Project Element クラスに CSS 定義を追加。 スタイルなしの拡張点はコメントで対応する Component/Layout を明示。 ビルド時に空ルールは自動除去される(src=A, dist=B)。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- クラス定義を HTML での登場順に並べ替え - 空ブロックに /* extension point */ コメントを追加(lint 準拠) - ビルド時に空ルールは自動除去される Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
拡張点の空ブロックはコメントなしの {} に統一。
stylelint の block-no-empty を severity: warning に変更し、lint パスを維持。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Collaborator
Author
|
マージ |
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.
Summary
Tokens カラー定義を実際の使用状況に合わせて簡素化。72行 → 26行。
Closes #81
Test plan
pnpm build成功