From 96a47d42b7728a1f8c3057e2730b9a3a7ba463f0 Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Wed, 25 Jul 2018 00:17:49 +0300 Subject: Replace snake case in SCSS variables --- app/assets/stylesheets/pages/editor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets/stylesheets/pages/editor.scss') diff --git a/app/assets/stylesheets/pages/editor.scss b/app/assets/stylesheets/pages/editor.scss index 437621299e0..ddd1f8cc98a 100644 --- a/app/assets/stylesheets/pages/editor.scss +++ b/app/assets/stylesheets/pages/editor.scss @@ -84,7 +84,7 @@ .soft-wrap-toggle { display: inline-block; vertical-align: top; - font-family: $regular_font; + font-family: $regular-font; } .soft-wrap-toggle { -- cgit v1.2.1