From e9380bbdffdec47ebf921b8b7e82ddb355be29a8 Mon Sep 17 00:00:00 2001 From: Jan Fajerski Date: Tue, 13 Feb 2018 17:20:51 +0100 Subject: [PATCH] sass/base: import from current dir in _fonts.scss (#10894) The import statement relative to base seems to confuse sass if there is a colon (:) in the path name. Fixes: #10866 Signed-off-by: Jan Fajerski --- public/sass/base/_fonts.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/sass/base/_fonts.scss b/public/sass/base/_fonts.scss index 4e680872b5a..aab86329612 100644 --- a/public/sass/base/_fonts.scss +++ b/public/sass/base/_fonts.scss @@ -1,5 +1,5 @@ -@import "base/font_awesome"; -@import "base/grafana_icons"; +@import "font_awesome"; +@import "grafana_icons"; /* cyrillic-ext */ @font-face {