//Add Ellipsis based on height
@mixin ellipsis($height) {
    height: $height;
}
