-
peter_rabbit authoredpeter_rabbit authored
homepage.css 645 B
/* Error: Undefined variable.
* ,
* 24 | color: $medium_grey;
* | ^^^^^^^^^^^^
* '
* src/homepage.scss 24: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: Undefined variable.\a \2577 \a 24 \2502 color: $medium_grey;\a \2502 ^^^^^^^^^^^^\a \2575 \a src/homepage.scss 24:24 root stylesheet";
}