🤖 Standardize Tailwind width utilities #392
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Replaces custom/bespoke width values with standard Tailwind utilities for consistency and maintainability.
Changes
This PR systematically replaces all custom width values (e.g.,
w-[300px]) with their closest standard Tailwind utilities:w-[300px]w-80w-[400px]w-96w-[500px]w-96w-[280px]w-72w-[200px]w-48w-[180px]w-44w-[160px]w-40w-[150px]w-36w-[140px]w-36w-[45px]w-11w-[40px]w-10w-[35px]w-9w-[11px]w-3w-[10px]w-2.5w-[3px]w-1Also applies to
min-w-*andmax-w-*utilities.Benefits
Impact
21 files modified with width utility standardization. All changes are visual adjustments with slight rounding to nearest standard sizes (typically within 8-16px).
Generated with
cmux