[WEB-4189] chore: add tailwind container-queries plugin#7125
[WEB-4189] chore: add tailwind container-queries plugin#7125sriramveeraghanta merged 1 commit intopreviewfrom
container-queries plugin#7125Conversation
WalkthroughThe changes add the Changes
Suggested labels
Poem
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Pull Request Linked with Plane Work Items
Comment Automatically Generated by Plane |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/tailwind-config/tailwind.config.js (1)
470-473: Optional: Alphabetize Tailwind plugins
For consistency and quicker scanning, consider ordering the plugins alphabetically:
tailwindcss-animate@tailwindcss/container-queries@tailwindcss/typography
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
📒 Files selected for processing (2)
packages/tailwind-config/package.json(1 hunks)packages/tailwind-config/tailwind.config.js(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Analyze (javascript)
🔇 Additional comments (2)
packages/tailwind-config/package.json (1)
9-9: Verify container-queries plugin devDependency
The@tailwindcss/container-queriesplugin has been correctly added underdevDependenciesat^0.1.1. Confirm that this version is compatible with Tailwind CSS^3.4.17and that your workspace installation will hoist it properly.packages/tailwind-config/tailwind.config.js (1)
472-472: Integrate container-queries plugin into Tailwind config
Therequire("@tailwindcss/container-queries")entry has been added to thepluginsarray. Ensure yourcontent.filesglobs include any components using@containervariants so that these styles aren’t purged during production builds.
container-queries plugin
Description
This PR adds the tailwind
container-queriesplugin to the tailwind config package.Type of Change
Summary by CodeRabbit