aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/_global_variables.ts
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-04-11 15:57:32 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-04-11 15:57:32 -0400
commit6e90a5a7f4d4ed3e92d2ff8af6c1400768c95cd0 (patch)
treed1fcee990c64cec2cde351841915b02e58c1eb2d /src/client/views/_global_variables.ts
parent50be8cb7a93110821c972c679567ddb6aae8bc6f (diff)
Fixed style import stuff
Diffstat (limited to 'src/client/views/_global_variables.ts')
-rw-r--r--src/client/views/_global_variables.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/_global_variables.ts b/src/client/views/_global_variables.ts
index e70bfd56c..caedc7aad 100644
--- a/src/client/views/_global_variables.ts
+++ b/src/client/views/_global_variables.ts
@@ -1,8 +1,8 @@
-import * as globalStyleVariables from "../views/_global_variables.scss"
+import * as globalStyleVariables from "../views/_global_variables.scss";
-export interface I_globalScss {
+export interface IGlobalScss {
contextMenuZindex: string; // context menu shows up over everything
}
-let globalStyles = globalStyleVariables as any as I_globalScss;
+let globalStyles = globalStyleVariables as any as IGlobalScss;
export default globalStyles; \ No newline at end of file