File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 1
1
// start the Stimulus application
2
2
import './bootstrap.js' ;
3
3
import './styles/app.scss' ;
4
- import '@fortawesome/fontawesome-free/css/all.css' ;
5
- import '@fortawesome/fontawesome-free/css/v4-shims.css' ;
6
4
import 'highlight.js/styles/github-dark-dimmed.css' ;
7
5
import 'lato-font/css/lato-font.css' ;
8
6
Original file line number Diff line number Diff line change 71
71
'version ' => '11.9.0 ' ,
72
72
'type ' => 'css ' ,
73
73
],
74
- '@fortawesome/fontawesome-free/css/all.css ' => [
75
- 'version ' => '6.5.1 ' ,
76
- 'type ' => 'css ' ,
77
- ],
78
74
'lato-font/css/lato-font.css ' => [
79
75
'version ' => '3.0.0 ' ,
80
76
'type ' => 'css ' ,
81
77
],
82
- '@fortawesome/fontawesome-free/css/v4-shims.css ' => [
83
- 'version ' => '6.5.1 ' ,
84
- 'type ' => 'css ' ,
85
- ],
86
78
'popper.js ' => [
87
79
'version ' => '1.16.1 ' ,
88
80
],
You can’t perform that action at this time.
0 commit comments