// greedy options getter method
@function greedy-options($prop) {
  @return map-get($_options, $prop);
}
