-
Notifications
You must be signed in to change notification settings - Fork 6
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/breadcrumb #63
Feat/breadcrumb #63
Conversation
...s/libraries/core/src/components/breadcrumb/breadcrumb-item/ods-breadcrumb-item-attributes.ts
Outdated
Show resolved
Hide resolved
) | ||
} | ||
|
||
/// @access private |
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.
wasn't there something we could do so that the IDE's interpretation of /// wouldn't be broken like this?
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.
no idea TBH
// Main CSS mixin for typography | ||
@mixin osds-breadcrumb-item-theme-typography() { | ||
:host([size='md']) .breadcrumb-item__wrapper { | ||
//$typography-properties: ods-get-typography-properties(body, '400'); |
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.
do we need to keep this?
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.
Not really no, it's not a big deal as it doesn't generate anything and could allow to quickly update if necessary.
But I kinda hope it won't be necessary anymore after some global CSS refacto :)
No description provided.