-
Notifications
You must be signed in to change notification settings - Fork 2
refactor(themes): consume grid schemas from theming package #7
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
Conversation
Pull Request Test Coverage Report for Build 19890096273Details
💛 - Coveralls |
| border-block-end: $row-border-width $row-border-style $row-border-color; | ||
| background: $row-odd-background; | ||
| color: $row-odd-text-color; | ||
| border-block-end: rem(1px) solid var-get($theme, 'row-border-color'); |
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.
You can use --row-border-style and --row-border-width as before, instead of hardcoded values.
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.
The grid schema does not contain those props
| border-bottom: 0; | ||
| } | ||
|
|
||
| :host(:nth-of-type(odd)) { |
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.
You should use the odd colors here.
closes #4