@import "main";
@import "partials/index"; // helpers

// select2 can't be inside wrapper
@import '1-frameworks/select2/core';

// Hide the WP Admin bar when modal is open.
body{
  &.modal-open{
    #wpadminbar{
      z-index: 999;
    }
  }
}