You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@trondhuso this issue was automatically closed because it did not follow the bellow rules:
IMPORTANT: Please use the following link to create a new issue:
https://www.creative-tim.com/new-issue/soft-ui-dashboard
**If your issue was not created using the app above, it will be closed immediately.**
Love Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit:
👉 https://www.creative-tim.com/bundles
👉 https://www.creative-tim.com
** 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
The text was updated successfully, but these errors were encountered: