Skip to content

Commit

Permalink
Fixed icon imports
Browse files Browse the repository at this point in the history
  • Loading branch information
eerison committed Sep 9, 2023
1 parent c502458 commit ab69463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/style/icons.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// We are using icons from tabler-icons <3
// https://tabler-icons.io/

@import "node_modules/@tabler/icons-webfont/tabler-icons.scss";
@import "node_modules/@tabler/icons-webfont/tabler-icons.css";
@import "@tabler/icons-webfont/tabler-icons.scss";
@import "@tabler/icons-webfont/tabler-icons.css";


.myprofile-column {
Expand Down
1 change: 0 additions & 1 deletion src/style/user-card-default/main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "@fortawesome/fontawesome-free/css/all.css";
@import "../icons";

$primary-color: hsl(0, 0%, 21%);
Expand Down

0 comments on commit ab69463

Please sign in to comment.