$support-for: (
  ie: null,
);

@import 'support-for';

.test {
  ie: support-for(ie, 11);
}
