Skip to content

Commit 2f1ebae

Browse files
committed
Remove FontAwesome requirement from assets
1 parent 44f3ee4 commit 2f1ebae

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

assets/app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// start the Stimulus application
22
import './bootstrap.js';
33
import './styles/app.scss';
4-
import '@fortawesome/fontawesome-free/css/all.css';
5-
import '@fortawesome/fontawesome-free/css/v4-shims.css';
64
import 'highlight.js/styles/github-dark-dimmed.css';
75
import 'lato-font/css/lato-font.css';
86

importmap.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,10 @@
7171
'version' => '11.9.0',
7272
'type' => 'css',
7373
],
74-
'@fortawesome/fontawesome-free/css/all.css' => [
75-
'version' => '6.5.1',
76-
'type' => 'css',
77-
],
7874
'lato-font/css/lato-font.css' => [
7975
'version' => '3.0.0',
8076
'type' => 'css',
8177
],
82-
'@fortawesome/fontawesome-free/css/v4-shims.css' => [
83-
'version' => '6.5.1',
84-
'type' => 'css',
85-
],
8678
'popper.js' => [
8779
'version' => '1.16.1',
8880
],

0 commit comments

Comments
 (0)