-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add Tailwind Merge to base component for automatic class merging #67
Conversation
phlex_ui.gemspec
Outdated
s.add_dependency "rouge", "~> 4.2.0" | ||
s.add_dependency "zeitwerk", "~> 2.6" | ||
s.add_dependency "activesupport", ">= 6.0" | ||
s.add_dependency "tailwind_merge", "0.12.0" |
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.
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.
Good point. Thanks
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.
Very excited about this PR. Just run the bundler to fix the CI and we're good to go!
9b7b95c
to
d61e9a4
Compare
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.
Double checked and looks good.
Overview
Integrated Tailwind Merge into the base component class, enabling automatic merging of Tailwind CSS classes for all components, both in their implementation and usage.
Details
Benefits
Related: Tailwind Merge