@import 'variables';
@import "mixins";

.container {
  @include make-container();
  @include make-container-max-widths();
}