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)
|
// any CSS you import will output into a single css file (app.css in this case)
|
||||||
import './styles/app.scss';
|
import './styles/app.scss';
|
||||||
|
|
||||||
|
const $ = require('jquery');
|
||||||
// start the Stimulus application
|
// start the Stimulus application
|
||||||
// import './bootstrap';
|
require('bootstrap');
|
||||||
|
|
||||||
// Fontawesome
|
// Fontawesome
|
||||||
import '@fortawesome/fontawesome-free/js/fontawesome'
|
import '@fortawesome/fontawesome-free/js/fontawesome'
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
"@symfony/webpack-encore": "^1.0.0",
|
"@symfony/webpack-encore": "^1.0.0",
|
||||||
"bootstrap": "^4.6.0",
|
"bootstrap": "^4.6.0",
|
||||||
"core-js": "^3.0.0",
|
"core-js": "^3.0.0",
|
||||||
|
"jquery": "^3.6.0",
|
||||||
|
"popper.js": "^1.16.1",
|
||||||
"regenerator-runtime": "^0.13.2",
|
"regenerator-runtime": "^0.13.2",
|
||||||
"sass": "^1.32.11",
|
"sass": "^1.32.11",
|
||||||
"sass-loader": "^11.0.0",
|
"sass-loader": "^11.0.0",
|
||||||
|
|
Reference in a new issue