-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore[DST-648] upgrade tailwindcss to v4 #4407
base: main
Are you sure you want to change the base?
Conversation
inputFocus(), | ||
inputDisabled(), | ||
inputError('group-error/field'), | ||
inputHover['hover'], |
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.
aren't these just strings?
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.
yes. But it comes from the Input.styles.ts. The classes were build dynamically and this doesn't seems work anymore. And their solution is to "Always map props to static class names". So I changed this. Not really needed this way atm. But this was the intention before.
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.
But not sure what your question targets 😅
Description
Please include a summary of the change and which issue is fixed when no corresponding ticket is available. Add additional informations the reviewers should know.
What should be tested?
Are they some special informations required to test something?
Reviewers:
Which persons should review this PR? Add person with @mentions
Examples:
@marigold-ui/developer
@marigold-ui/designer