🔥 Drop references to `exclude.css`
This commit is contained in:
parent
3d4721fd96
commit
5b320a3b35
|
@ -28,7 +28,6 @@
|
||||||
<link rel="stylesheet" href="{{ path_to_root }}css/variables.css">
|
<link rel="stylesheet" href="{{ path_to_root }}css/variables.css">
|
||||||
<link rel="stylesheet" href="{{ path_to_root }}css/general.css">
|
<link rel="stylesheet" href="{{ path_to_root }}css/general.css">
|
||||||
<link rel="stylesheet" href="{{ path_to_root }}css/chrome.css">
|
<link rel="stylesheet" href="{{ path_to_root }}css/chrome.css">
|
||||||
<link rel="stylesheet" href="{{ path_to_root }}css/exclude.css">
|
|
||||||
{{#if print_enable}}
|
{{#if print_enable}}
|
||||||
<link rel="stylesheet" href="{{ path_to_root }}css/print.css" media="print">
|
<link rel="stylesheet" href="{{ path_to_root }}css/print.css" media="print">
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -117,7 +117,6 @@ fn copy_theme() {
|
||||||
let expected = vec![
|
let expected = vec![
|
||||||
"book.js",
|
"book.js",
|
||||||
"css/chrome.css",
|
"css/chrome.css",
|
||||||
"css/exclude.css",
|
|
||||||
"css/general.css",
|
"css/general.css",
|
||||||
"css/print.css",
|
"css/print.css",
|
||||||
"css/variables.css",
|
"css/variables.css",
|
||||||
|
|
Loading…
Reference in New Issue