mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
18 lines
721 B
CSS
18 lines
721 B
CSS
/* Error: Can't find stylesheet to import.
|
|
* ,
|
|
* 5 | @import "../bootstrap-5.3.3/scss/bootstrap";
|
|
* | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
* '
|
|
* assets/css/bootstrap-style.scss 5: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 5 \2502 @import \"../bootstrap-5.3.3/scss/bootstrap\";\a \2502 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\a \2575 \a assets/css/bootstrap-style.scss 5:9 root stylesheet";
|
|
}
|