Returns a value from a map if key "default" found.
Returns value without unit.
stripUnit(10px);
Returns value from $crispy__z-index.
$crispy__z-index: ( 'overlay': 90, 'modal' : 100 );
zIndex('modal');