mirror of
https://github.com/rust-lang/mdBook
synced 2025-01-06 09:48:42 +00:00
Merge pull request #2260 from KFearsoff/remove-css-double-import
fix: remove double imports of css
This commit is contained in:
commit
09576d7d57
2 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
||||||
/* CSS for UI elements (a.k.a. chrome) */
|
/* CSS for UI elements (a.k.a. chrome) */
|
||||||
|
|
||||||
@import 'variables.css';
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
scrollbar-color: var(--scrollbar) var(--bg);
|
scrollbar-color: var(--scrollbar) var(--bg);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
/* Base styles and content styles */
|
/* Base styles and content styles */
|
||||||
|
|
||||||
@import 'variables.css';
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* Browser default font-size is 16px, this way 1 rem = 10px */
|
/* Browser default font-size is 16px, this way 1 rem = 10px */
|
||||||
font-size: 62.5%;
|
font-size: 62.5%;
|
||||||
|
|
Loading…
Reference in a new issue