@height-xsmall-height: 80px; @height-small-height: 160px; @height-medium-height: 320px; @height-large-height: 480px; .hook-height-misc() { .uk-height-xsmall { height: @height-xsmall-height; } .uk-height-max-xsmall { max-height: @height-xsmall-height; } }