mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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>
This commit is contained in:
parent
ba0285a3ec
commit
e9380bbdff
@ -1,5 +1,5 @@
|
||||
@import "base/font_awesome";
|
||||
@import "base/grafana_icons";
|
||||
@import "font_awesome";
|
||||
@import "grafana_icons";
|
||||
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
|
Loading…
Reference in New Issue
Block a user