-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/162830 choose scope of access token #9751
base: feat/enhanced-access-token
Are you sure you want to change the base?
Feat/162830 choose scope of access token #9751
Conversation
…eat/162830-choose-scope-of-access-token
|
… feat/162830-choose-scope-of-access-token
…eat/162830-choose-scope-of-access-token
…d optimize scope handling
margin-left: $i * 20px; | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
細かいんだけど、
後々、identation-level-3
とかでプロジェクト内検索しても引っ掛からないのがデバッグする人がハマりそうなので、
.access-token-sope-list :global {
.identation {
&.identation-level-3 { <--- ここは for .. from .. through でイテレート
...
}
}
}
として、styles['indentation']
と identation-level-3
が className に割り当てられるような仕組みにしてください
:global とか :local の入れ子がめんどいので、access-token-sope-list :global
は用意した方が楽だと思う
2025-03-18.135723.mp4