aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/_global_variables.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-04-11 11:56:40 -0400
committerbob <bcz@cs.brown.edu>2019-04-11 11:56:40 -0400
commit50be8cb7a93110821c972c679567ddb6aae8bc6f (patch)
tree77c4aa72d02709c925d9e5872ab302a0fbc4648b /src/client/views/_global_variables.scss
parente9cbcfa2a893572f8b92bba84dd0791e6f50be71 (diff)
made css globals avabile from code. cleaned up formattedText overlay api..
Diffstat (limited to 'src/client/views/_global_variables.scss')
-rw-r--r--src/client/views/_global_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/_global_variables.scss b/src/client/views/_global_variables.scss
index 238351a77..cd6af2dac 100644
--- a/src/client/views/_global_variables.scss
+++ b/src/client/views/_global_variables.scss
@@ -24,5 +24,5 @@ $docDecorations-zindex: 998; // then doc decorations appear over everything else
$remoteCursors-zindex: 997; // ... not sure what level the remote cursors should go -- is this right?
:export {
- contextMenuZindex: $contextMenu-zindex
+ contextMenuZindex: $contextMenu-zindex;
} \ No newline at end of file