

/* ## 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 /website_evolusion_theme/static/src/sass/_abstracts/_variables.scss.\ACould not get content for /website_evolusion_theme/static/src/sass/_base/_animation.scss.\ACould not get content for /website_evolusion_theme/static/src/sass/_base/_typography.scss.\ACould not get content for /website_evolusion_theme/static/src/sass/_components/_buttons.scss.\ACould not get content for /website_evolusion_theme/static/src/sass/_components/_progress.scss.\ACould not get content for /website_evolusion_theme/static/src/sass/_layout/_banner.scss.\ACould not get content for /website_evolusion_theme/static/src/sass/_layout/_footer.scss.\ACould not get content for /website_evolusion_theme/static/src/sass/_layout/_header.scss.\ACould not get content for /website_evolusion_theme/static/src/sass/_layout/_section.scss.\ACould not get content for /website_evolusion_theme/static/src/sass/style.scss.";
}
