-
Notifications
You must be signed in to change notification settings - Fork 83
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
Utility update #7515
Utility update #7515
Conversation
@@ -15,106 +15,106 @@ export const background = css` | |||
background-color: transparent; | |||
} | |||
|
|||
.bg-tint-5 { | |||
background-color: var(--lumo-tint-5pct); | |||
.bg-tint { |
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 sure why this sorting is really needed but I would prefer to extract it from this PR, so as this would only be about adding new utility classes (easier to review and read it in the future).
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.
OCD. I wanted the LumoUtility classes and the actual CSS to line up. Easier to manage that way.
Quality Gate passedIssues Measures |
Co-authored-by: Jonte Päivärinne <[email protected]>
This ticket/PR has been released with Vaadin 24.5.0.alpha5 and is also targeting the upcoming stable 24.5.0 version. |
Description
Mostly just clean up (read: OCD sorting to match the
LumoUtility
classes).flex-1
per @marcushellberg's request.flex-grow
/flex-shrink
togrow
/shrink
respectively (since we're following Tailwind's naming convention).z-0
andz-auto
added.shadow-0
added.Type of change
Checklist