/* Error: Silent comments aren't allowed in plain CSS.
 *      ,
 * 7687 | /     // width: 32.9%;
 * 7688 | |   }
 *      | '--^
 *      '
 *   frontend/scss/style.css 7687:5  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: Silent comments aren't allowed in plain CSS.\a      \2577 \a 7687 \2502  \250c      // width: 32.9%;\a 7688 \2502  \2502    }\a      \2502  \2514 \2500 \2500 ^\a      \2575 \a   frontend/scss/style.css 7687:5  root stylesheet";
}
