Skip to content

Commit

Permalink
Remove FontAwesome requirement from assets
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Oct 1, 2024
1 parent 4fb1046 commit 178cbc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions assets/app.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// start the Stimulus application
import './bootstrap.js';
import './styles/app.scss';
import '@fortawesome/fontawesome-free/css/all.css';
import '@fortawesome/fontawesome-free/css/v4-shims.css';
import 'highlight.js/styles/github-dark-dimmed.css';
import 'lato-font/css/lato-font.css';

Expand Down
8 changes: 0 additions & 8 deletions importmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,10 @@
'version' => '11.9.0',
'type' => 'css',
],
'@fortawesome/fontawesome-free/css/all.css' => [
'version' => '6.5.1',
'type' => 'css',
],
'lato-font/css/lato-font.css' => [
'version' => '3.0.0',
'type' => 'css',
],
'@fortawesome/fontawesome-free/css/v4-shims.css' => [
'version' => '6.5.1',
'type' => 'css',
],
'popper.js' => [
'version' => '1.16.1',
],
Expand Down

0 comments on commit 178cbc9

Please sign in to comment.