/**
 * Remove
 * Due to caching or other strategies (e.g. placeholders/big pipe) Drupal cannot
 * know if a render array has no "content". Therefor we need to remove these
 * manually using CSS (or JS, however that can be problematic).
 *
 * Use id, class and combinations of body classes to remove stuff.
 ============================================================================ */
.path-frontpage.theme-name--inner-compass .block-main-content {
  display: none;
}
/*# sourceMappingURL=remove.css.map */