-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix(styles): reworked get-function for tokens #3704
fix(styles): reworked get-function for tokens #3704
Conversation
|
Related Previews |
@@ -30,7 +30,7 @@ body { | |||
} | |||
|
|||
.docs-story > :first-child { | |||
font-family: tokens.get('post-body', 'font-family'); | |||
font-family: tokens.get('post-body-font-family'); |
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.
This PR would be a good opportunity to remove the "post-" prefix, don't you think?
font-family: tokens.get('post-body-font-family'); | |
font-family: tokens.get('body-font-family'); |
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.
Right now the post- prefix is optional. By removing it do you mean just removing it from the method calls using it right now?
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.
@alizedebray This has been implemented as you suggested it now 😉
Please notify all developers as soon as this PR is merged so that they can update their PR's. |
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.
@schaertim please address the linting error
Quality Gate passedIssues Measures |
No description provided.