correctly use bootstrap
This commit is contained in:
parent
ecd4ebc784
commit
379121c777
3 changed files with 3758 additions and 3800 deletions
|
@ -8,8 +8,9 @@
|
|||
// any CSS you import will output into a single css file (app.css in this case)
|
||||
import './styles/app.scss';
|
||||
|
||||
const $ = require('jquery');
|
||||
// start the Stimulus application
|
||||
// import './bootstrap';
|
||||
require('bootstrap');
|
||||
|
||||
// Fontawesome
|
||||
import '@fortawesome/fontawesome-free/js/fontawesome'
|
||||
|
|
Reference in a new issue