fix bug bootstrap 3
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
{
|
||||
"controllers": [],
|
||||
"controllers": {
|
||||
"@symfony/ux-turbo": {
|
||||
"turbo-core": {
|
||||
"enabled": true,
|
||||
"fetch": "eager"
|
||||
},
|
||||
"mercure-turbo-stream": {
|
||||
"enabled": false,
|
||||
"fetch": "eager"
|
||||
}
|
||||
}
|
||||
},
|
||||
"entrypoints": []
|
||||
}
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
|
||||
import 'jquery';
|
||||
import 'bootstrap';
|
||||
import 'bootstrap-dropdown-hover';
|
||||
|
||||
import '../../../assets/styles/app_frontend.scss';
|
||||
|
||||
import '../../../vendor/twbs/bootstrap/dist/js/bootstrap.js';
|
||||
|
||||
import '../../javascript/frontend/scripts.js';
|
||||
import '../../javascript/frontend/register.js';
|
||||
import '../../javascript/frontend/parrainage';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@import 'custom';
|
||||
|
||||
@import '../../vendor/twbs/bootstrap/dist/css/bootstrap.css';
|
||||
@import '../../public/assets/css/bootstrap.min.css';
|
||||
|
||||
@import 'frontend/main.scss';
|
||||
@import 'frontend/blue.scss';
|
||||
|
||||
Reference in New Issue
Block a user