/* Error: Undefined mixin.
 *    ,
 * 50 | /   @include respond-below(sm) {
 * 51 | |     width: 100% !important;
 * 52 | \   }
 *    '
 *   width-spacing.scss 50:3  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 mixin.\a    \2577 \a 50 \2502  \250c    @include respond-below(sm) {\a 51 \2502  \2502      width: 100% !important;\a 52 \2502  \2514    }\a    \2575 \a   width-spacing.scss 50:3  root stylesheet";
}
