Skip to content
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 support for Tailwind CSS v4.0.10 #546

Merged
merged 2 commits into from
Mar 9, 2025

Conversation

dcastil
Copy link
Owner

@dcastil dcastil commented Mar 9, 2025

There was a new feature introduced in Tailwind CSS v4.0.10:

Add col-<number> and row-<number> utilities for grid-column and grid-row (tailwindlabs/tailwindcss#15183)

Adding support for it here.

@github-actions github-actions bot added feature Is new feature context-v3 Related to tailwind-merge v3 labels Mar 9, 2025
Copy link

github-actions bot commented Mar 9, 2025

Metrics report

At head commit 148c745 and base commit d833c72 at 2025-03-09T15:19:37.797Z

Size

Export Size original Size minified Size minified and Brotli compressed
tailwind-merge esm 83.97 kB 0.0% 🔴 22.45 kB 0.0% 🔴 6.27 kB -0.6% 🟢
 › extendTailwindMerge 83.26 kB 0.0% 🔴 21.82 kB 0.0% 🔴 6.03 kB -0.4% 🟢
 › getDefaultConfig 67.50 kB 0.0% 🔴 17.32 kB 0.0% 🔴 4.48 kB +0.1% 🔴
 › twMerge 80.95 kB 0.0% 🔴 20.96 kB 0.0% 🔴 5.85 kB -0.6% 🟢
tailwind-merge cjs 84.23 kB 0.0% 🔴 28.12 kB 0.0% 🔴 6.66 kB +0.2% 🔴
tailwind-merge/es5 esm 89.17 kB 0.0% 🔴 24.37 kB 0.0% 🔴 6.51 kB -0.3% 🟢
 › extendTailwindMerge 88.08 kB 0.0% 🔴 23.73 kB 0.0% 🔴 6.25 kB +0.1% 🔴
 › getDefaultConfig 69.87 kB 0.0% 🔴 18.43 kB 0.0% 🔴 4.55 kB -0.1% 🟢
 › twMerge 85.17 kB 0.0% 🔴 22.66 kB 0.0% 🔴 6.03 kB +0.5% 🔴
tailwind-merge/es5 cjs 89.43 kB 0.0% 🔴 30.06 kB 0.0% 🔴 6.87 kB -0.2% 🟢
All size metrics
Export Size original Size minified Size minified and Brotli compressed
tailwind-merge esm 83.97 kB 0.0% 🔴 22.45 kB 0.0% 🔴 6.27 kB -0.6% 🟢
 › createTailwindMerge 13.42 kB 0% 3.61 kB 0% 1.44 kB 0%
 › extendTailwindMerge 83.26 kB 0.0% 🔴 21.82 kB 0.0% 🔴 6.03 kB -0.4% 🟢
 › fromTheme 0.16 kB 0% 0.08 kB 0% 0.09 kB 0%
 › getDefaultConfig 67.50 kB 0.0% 🔴 17.32 kB 0.0% 🔴 4.48 kB +0.1% 🔴
 › mergeConfigs 2.12 kB 0% 0.80 kB 0% 0.27 kB 0%
 › twJoin 1.06 kB 0% 0.26 kB 0% 0.16 kB 0%
 › twMerge 80.95 kB 0.0% 🔴 20.96 kB 0.0% 🔴 5.85 kB -0.6% 🟢
 › validators 4.49 kB 0% 1.69 kB 0% 0.73 kB 0%
tailwind-merge cjs 84.23 kB 0.0% 🔴 28.12 kB 0.0% 🔴 6.66 kB +0.2% 🔴
tailwind-merge/es5 esm 89.17 kB 0.0% 🔴 24.37 kB 0.0% 🔴 6.51 kB -0.3% 🟢
 › createTailwindMerge 15.27 kB 0% 4.20 kB 0% 1.56 kB 0%
 › extendTailwindMerge 88.08 kB 0.0% 🔴 23.73 kB 0.0% 🔴 6.25 kB +0.1% 🔴
 › fromTheme 0.21 kB 0% 0.10 kB 0% 0.09 kB 0%
 › getDefaultConfig 69.87 kB 0.0% 🔴 18.43 kB 0.0% 🔴 4.55 kB -0.1% 🟢
 › mergeConfigs 2.46 kB 0% 0.87 kB 0% 0.29 kB 0%
 › twJoin 1.08 kB 0% 0.26 kB 0% 0.14 kB 0%
 › twMerge 85.17 kB 0.0% 🔴 22.66 kB 0.0% 🔴 6.03 kB +0.5% 🔴
 › validators 6.09 kB 0% 2.23 kB 0% 0.76 kB 0%
tailwind-merge/es5 cjs 89.43 kB 0.0% 🔴 30.06 kB 0.0% 🔴 6.87 kB -0.2% 🟢

@dcastil dcastil merged commit fd635e1 into main Mar 9, 2025
6 checks passed
@dcastil dcastil deleted the feature/add-support-for-tailwind-css-v4.0.10 branch March 9, 2025 15:20
Copy link

codspeed-hq bot commented Mar 9, 2025

CodSpeed Performance Report

Merging #546 will not alter performance

Comparing feature/add-support-for-tailwind-css-v4.0.10 (148c745) with main (d833c72)

Summary

✅ 5 untouched benchmarks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
context-v3 Related to tailwind-merge v3 feature Is new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant