Created by: psjishnu
Added
"max-width": (
property: max-width,
class: max-w,
values: (
25: 25%,
50: 50%,
75: 75%,
100: 100%
)
),
"min-width": (
property: min-width,
class: min-w,
values: (
25: 25%,
50: 50%,
75: 75%,
100: 100%
)
),
"max-height": (
property: max-height,
class: max-h,
values: (
25: 25%,
50: 50%,
75: 75%,
100: 100%
)
),
"min-height": (
property: min-height,
class: min-h,
values: (
25: 25%,
50: 50%,
75: 75%,
100: 100%
)
),
to utility . Fixed Issue #30543 (closed)