/* Error: Undefined variable.
 *   ,
 * 6 | $medium-down: "#{$screen} and (max-width:#{lower-bound($medium-range)})" !default;
 *   |                  ^^^^^^^
 *   '
 *   custom.scss 6:18  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: Undefined variable.\a   \2577 \a 6 \2502  $medium-down: "#{$screen} and (max-width:#{lower-bound($medium-range)})" !default;\a   \2502                   ^^^^^^^\a   \2575 \a   custom.scss 6:18  root stylesheet';
}
