Skip to content

Commit

Permalink
#72 update fd-icons-path var
Browse files Browse the repository at this point in the history
  • Loading branch information
Saad M committed Feb 14, 2018
1 parent b7d8b68 commit 26ee822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/css/fundamental-ui.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions scss/icons/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

$fd-scss-icons-path : ""!default;

@if variable-exists(iconsPath) {
$fd-scss-icons-path : $icons-path ;
@if variable-exists(fd-icons-path) {
$fd-scss-icons-path : $fd-icons-path ;
}

@font-face {
Expand Down Expand Up @@ -152,4 +152,4 @@ $block: ns(icon);
}
}
}
}
}

0 comments on commit 26ee822

Please sign in to comment.