mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
7885cfcdf4
The distinction between the two was never very clear and it is annoying to have to guess which file one needs to edit.
17 lines
651 B
CSS
17 lines
651 B
CSS
/* Error: Can't find stylesheet to import.
|
|
* ,
|
|
* 1520 | @import "scss/high_contrast";
|
|
* | ^^^^^^^^^^^^^^^^^^^^
|
|
* '
|
|
* styles.scss 1520:9 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: Can't find stylesheet to import.\a \2577 \a 1520 \2502 @import \"scss/high_contrast\";\a \2502 ^^^^^^^^^^^^^^^^^^^^\a \2575 \a styles.scss 1520:9 root stylesheet";
|
|
}
|