correctly use bootstrap

This commit is contained in:
Jannis Portmann 2021-05-06 13:21:07 +02:00
parent ecd4ebc784
commit 379121c777
3 changed files with 3758 additions and 3800 deletions

View file

@ -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'

View file

@ -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",

7553
yarn.lock

File diff suppressed because it is too large Load diff