mirror of
https://github.com/romancm/gamebrary
synced 2024-11-13 23:17:08 +00:00
rename theme -> base
This commit is contained in:
parent
e7267b79d4
commit
39f54da1cf
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400;500;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');
|
||||
@import "dark-theme";
|
||||
@import "colors";
|
||||
@import "general";
|
||||
@import "options";
|
|
@ -1,4 +1,4 @@
|
|||
@import "theme";
|
||||
@import "base";
|
||||
@import 'node_modules/bootstrap/scss/bootstrap';
|
||||
@import 'node_modules/bootstrap-vue/src/index.scss';
|
||||
@import "helpers";
|
||||
|
|
Loading…
Reference in a new issue