1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-06-15 00:05:15 +02:00

UI: Theme toggler - auto, light and dark themes

This commit is contained in:
Ralph Slooten
2023-06-30 22:42:09 +12:00
parent 497086cb65
commit 7748846b88
12 changed files with 211 additions and 212 deletions

View File

@ -1,8 +1,7 @@
import { createApp } from 'vue';
import App from './App.vue';
import "./assets/styles.scss";
import "../../node_modules/bootstrap-icons/font/bootstrap-icons.scss";
import "bootstrap-icons/font/bootstrap-icons.scss";
import "bootstrap";
import "./color-modes";
createApp(App).mount('#app');