浏览代码

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 <jfajerski@suse.com>
Jan Fajerski 7 年之前
父节点
当前提交
e9380bbdff
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      public/sass/base/_fonts.scss

+ 2 - 2
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 {