Skip to content

Build using mix - the sidebar menu does not render correctly #61

@trondhuso

Description

@trondhuso

** 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions