It seems to be the most error prone part of my application, I fixed a similar, though not the same, issue a month ago and now facing a new problem with npm run dev:
ERROR in ./resources/sass/app.scss
Module build failed (from ./node_modules/css-loader/index.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
@extend %responsive-container-#{$breakpoint};
^
Complex selectors may not be extended.
╷
31 │ @extend %responsive-container-#{$breakpoint};
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
You need to downgrade your bootstrap to 4.3.1 Steps: 1. Remove bootstrap - npm uninstall bootstrap 2. Install Bootstrap 4.3.1 - npm install [email protected]
Any updates on when I can upgrade from that version Bootstrap?