@import 'mixins/mixins';

@include b(affix) {
  @include m(fixed) {
    position: fixed;
  }
}
