Created by: royklutman
Closes #27628 (closed).
This PR would add the max-width and max-height utilities:
mw-25 // max-width: 25% !important;
mw-50 // max-width: 50% !important;
mw-75 // max-width: 75% !important;
mw-100 // max-width: 100% !important;
mh-25 // max-height: 25% !important;
mh-50 // max-height: 50% !important;
mh-75 // max-height: 75% !important;
mh-100 // max-height: 100% !important;
Notice this doesn't include m*-auto
, as auto
not a valid value.
What do you guys think?