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

Convert same height & width to size utility #1549

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

fotrino
Copy link
Contributor

@fotrino fotrino commented Nov 13, 2024

This unifies the same height & width properties into size like h-4 w-4 -> size-4.
Also makes code more consistent, instead of having w-20 h-20 in one place and h-20 w-20 in other, just use size-20.
Finally instead of having sm:h-10 sm:w-10 you can just use sm:size-10.

@taylorotwell taylorotwell merged commit 16859ea into laravel:5.x Nov 13, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants