Get basic compiling working with new CSS setup

This commit is contained in:
Dane Everitt
2020-07-03 13:55:33 -07:00
parent 7b75e7a648
commit 2193916fe4
18 changed files with 2159 additions and 959 deletions

View File

@@ -18,11 +18,13 @@ interface ExtendedWindow extends Window {
uuid: string;
username: string;
email: string;
/* eslint-disable camelcase */
root_admin: boolean;
use_totp: boolean;
language: string;
updated_at: string;
created_at: string;
/* eslint-enable camelcase */
};
}