/* Error: There is no module with the namespace "globals".
 *    ,
 * 20 |         border-radius: globals.$border-rad;
 *    |                        ^^^^^^^^^^^^^^^^^^^
 *    '
 *   omni-web\pre\scss\main.scss 20:24  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: There is no module with the namespace "globals".\a    \2577 \a 20 \2502          border-radius: globals.$border-rad;\d\a    \2502                         ^^^^^^^^^^^^^^^^^^^\a    \2575 \a   omni-web\\pre\\scss\\main.scss 20:24  root stylesheet';
}
