mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-10-09 17:02:45 +02:00
18 lines
828 B
CSS
18 lines
828 B
CSS
/* Error: @use rules must be written before any other rules.
|
|
* ,
|
|
* 6486 | @use 'tkblog_responsive';
|
|
* | ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
* '
|
|
* templates/styles_src/tkblog.scss 6486:1 @use
|
|
* templates/styles_src/style_general.scss 3: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: @use rules must be written before any other rules.\a \2577 \a 6486 \2502 @use 'tkblog_responsive';\a \2502 ^^^^^^^^^^^^^^^^^^^^^^^^\a \2575 \a templates/styles_src/tkblog.scss 6486:1 @use\a templates/styles_src/style_general.scss 3:1 root stylesheet";
|
|
}
|