Skip to content

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

2 participants