Height
Get the height the element should be when use height: auto
Sometimes min-height has bugs or can not be used
Install
npm i height
Usage
var height =// only used for box-sizing: border-box{if elstyleheight == 'auto' returnvar h =if h < 200elstyleheight = h + 'px'elseelstyleheight = 'auto'}
API
height(el)
Return the height value the element should be