$filter-control-variables: (
  breakpoint-small: 458px,
  header-padding-small: rem(12px),
);

@function filter-control($variable) {
  @return map-get($filter-control-variables, $variable);
}
