rename theme -> base

This commit is contained in:
Gamebrary 2022-10-28 19:40:58 -07:00
parent e7267b79d4
commit 39f54da1cf
2 changed files with 2 additions and 1 deletions

View file

@ -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";

View file

@ -1,4 +1,4 @@
@import "theme";
@import "base";
@import 'node_modules/bootstrap/scss/bootstrap';
@import 'node_modules/bootstrap-vue/src/index.scss';
@import "helpers";