aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/_global_variables.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/_global_variables.ts')
-rw-r--r--src/client/views/_global_variables.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/client/views/_global_variables.ts b/src/client/views/_global_variables.ts
deleted file mode 100644
index caedc7aad..000000000
--- a/src/client/views/_global_variables.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-import * as globalStyleVariables from "../views/_global_variables.scss";
-
-export interface IGlobalScss {
- contextMenuZindex: string; // context menu shows up over everything
-}
-let globalStyles = globalStyleVariables as any as IGlobalScss;
-
-export default globalStyles; \ No newline at end of file