From d7fb37c6f63ccde7308f6a5e63672cf4ef41dc30 Mon Sep 17 00:00:00 2001 From: Dimitrie Hoekstra Date: Thu, 5 Oct 2017 23:59:48 +0000 Subject: Update variables.scss tooltip variable with no snake case --- app/assets/stylesheets/framework/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index ab657d0fc98..e435ecf847f 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -205,7 +205,7 @@ $code_line_height: 1.6; /* * Tooltips */ -$tooltip_font_size: 12px; +$tooltip-font-size: 12px; /* * Padding -- cgit v1.2.1