fix: remove double imports of css
This commit is contained in:
parent
b7f46213c7
commit
4b6813ecee
|
@ -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 New Issue