** Description:**
I have the following app.css:
@import "bootstrap";
@import "soft-ui-dashboard.css";
@import "custom.css";
@import "nucleo-icons.css";
@import "nucleo-svg.css";
Using this in a laravel application:
The left menu does not render correctly
When I add
The menu renders correctly
** To reproduce **
create the app.css file to create a build
My mix build (webpack):
mix.postCss('resources/css/app.css', 'public/css', [
require('postcss-import'),
require('autoprefixer'),
]);
** Expected output **
The left sidebar shall be rendering correct according to the demo-website