-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(ui-plugins): simplifying Tailwind plugin #381
Conversation
WalkthroughThe recent update streamlines the Tailwind plugin by eliminating unnecessary code and refining configurations. Key changes include the removal of test-specific logic, simplification of content path generation, and the consolidation of distribution settings. Additionally, the update removes a custom function for dynamic margins and enhances the merge strategy for the safelist, overall making the plugin more straightforward and efficient. Changes
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Bundle Size (components)
Overall bundle size: 86.12 KB (-555 B -0.63%) Bundle Size (system)
Overall bundle size: 53.18 KB (-558 B -1.01%) |
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.
Review Status
Actionable comments generated: 1
Configuration used: .coderabbit.yaml
Files selected for processing (1)
- packages/ui-plugins/src/plugins/tailwindPlugin.ts (3 hunks)
Additional comments: 1
packages/ui-plugins/src/plugins/tailwindPlugin.ts (1)
- 16-16: The simplification of
tailwindContentPath
generation by directly mapping overpackagesList
and constructing the path is a good approach. It makes the path generation more straightforward and maintainable.
🤖 I have created a release *beep* *boop* --- <details><summary>ui-plugins: 1.2.0</summary> ## [1.2.0](ui-plugins-v1.1.2...ui-plugins-v1.2.0) (2024-03-08) ### Features * **ui-plugins:** simplifying Tailwind plugin ([#381](#381)) ([dafe648](dafe648)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Summary by CodeRabbit