cssMaxHeight method

CssProperty cssMaxHeight(
  1. CssUnit value
)

Implementation

CssProperty cssMaxHeight(CssUnit value) => add('max-height', value.css);