Add ability to support custom styles

Not using it yet, just thinking about usability and design a bit.
This commit is contained in:
Eli Ribble 2024-08-28 09:38:23 -07:00
parent a34d8f53b3
commit 0d2e43ae83
4 changed files with 25 additions and 1 deletions

View file

@ -1,5 +1,5 @@
import "./App.css";
import "bootstrap/dist/css/bootstrap.min.css";
import "./style.scss";
import Client, { IAuth } from "./client/Client";
import { AccountIdMap, IAccount, IMailbox } from "./client/types";

1
src/style.scss Normal file
View file

@ -0,0 +1 @@
@import '~bootstrap/scss/bootstrap';