@import 'mixins/mixins';
@import 'common/var';

@include b(footer) {
  padding: $--footer-padding;
  box-sizing: border-box;
  flex-shrink: 0;
}
