/* Error: @forward rules must be written before any other rules.
 *   ,
 * 8 | @forward "variables";
 *   | ^^^^^^^^^^^^^^^^^^^^
 *   '
 *   app/assets/stylesheets/font-awesome/_index.scss 8:1  @use
 *   app/assets/stylesheets/application.scss 5:1          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: @forward rules must be written before any other rules.\a   \2577 \a 8 \2502  @forward "variables";\a   \2502  ^^^^^^^^^^^^^^^^^^^^\a   \2575 \a   app/assets/stylesheets/font-awesome/_index.scss 8:1  @use\a   app/assets/stylesheets/application.scss 5:1          root stylesheet';
}
