Skip to content

Commit

Permalink
Merge pull request #26 from lost-university/remove-fontawesome-imports
Browse files Browse the repository at this point in the history
Reduce JS size by 60%
  • Loading branch information
jeremystucki authored Oct 9, 2023
2 parents 2735d79 + 26190c7 commit 89bacf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { createApp } from 'vue';
import '@fortawesome/fontawesome-free/css/all.css';
import '@fortawesome/fontawesome-free/js/all.js';
import '../styles/main.scss';

// import Font Awesome as Vue Component: Dynamic Icon Change does not work without it.
Expand Down

0 comments on commit 89bacf6

Please sign in to comment.