🔥 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/general.css">
|
||||
<link rel="stylesheet" href="{{ path_to_root }}css/chrome.css">
|
||||
<link rel="stylesheet" href="{{ path_to_root }}css/exclude.css">
|
||||
{{#if print_enable}}
|
||||
<link rel="stylesheet" href="{{ path_to_root }}css/print.css" media="print">
|
||||
{{/if}}
|
||||
|
|
|
@ -117,7 +117,6 @@ fn copy_theme() {
|
|||
let expected = vec![
|
||||
"book.js",
|
||||
"css/chrome.css",
|
||||
"css/exclude.css",
|
||||
"css/general.css",
|
||||
"css/print.css",
|
||||
"css/variables.css",
|
||||
|
|
Loading…
Reference in New Issue