

/* ## CSS error message ##*/
body::before {
  font-weight: bold;
  content: "A css error occured, using an old style to render this page";
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100000000000;
  background-color: #C00;
  color: #DDD;
}

css_error_message {
  content: "Could not get content for /theme_modernteck/static/src/css/modernteck_styles.scss.\ACould not get content for /theme_modernteck/static/src/scss/modernteck_styles.scss.\ACould not get content for /theme_modernteck/static/src/css/modernteck_styles.css.";
}
