Skip to content

Commit

Permalink
Merge pull request #2260 from KFearsoff/remove-css-double-import
Browse files Browse the repository at this point in the history
fix: remove double imports of css
  • Loading branch information
ehuss committed May 13, 2024
2 parents 0bfcd3c + 4b6813e commit 09576d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/theme/css/chrome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* CSS for UI elements (a.k.a. chrome) */

@import 'variables.css';

html {
scrollbar-color: var(--scrollbar) var(--bg);
}
Expand Down
2 changes: 0 additions & 2 deletions src/theme/css/general.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* Base styles and content styles */

@import 'variables.css';

:root {
/* Browser default font-size is 16px, this way 1 rem = 10px */
font-size: 62.5%;
Expand Down

0 comments on commit 09576d7

Please sign in to comment.