/* Error: $number: 97vh and $min: 50rem have incompatible units.
 *      ,
 * 1471 |         height: clamp(50rem,97vh,120rem);
 *      |                 ^^^^^^^^^^^^^^^^^^^^^^^^
 *      '
 *   etude-albertas/SASS/etude-albertas.scss 1471:17  root stylesheet */

body::before {
  font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono",
      "Droid Sans Mono", monospace, monospace;
  white-space: pre;
  display: block;
  padding: 1em;
  margin-bottom: 1em;
  border-bottom: 2px solid black;
  content: "Error: $number: 97vh and $min: 50rem have incompatible units.\a      \2577 \a 1471 \2502          height: clamp(50rem,97vh,120rem);\a      \2502                  ^^^^^^^^^^^^^^^^^^^^^^^^\a      \2575 \a   etude-albertas/SASS/etude-albertas.scss 1471:17  root stylesheet";
}
