Dashboard theme ?

Hi Harald ,
i get the same error as you in the attached files.

How did you manage to grid work with dashboard theme ?
i am adding my codes and damaged grid. (i changed dashboard.scss as Jouni mantioned. but it doesnt work at all for my case.)
After scss editing i also run (mvn clean & install) somehow style.css changes works after that command runs.
kind regards

Hi Jouni ,
in case you see my message first … can you post full dashboard.scss file here ? thanks.

i edited scss like this

@import "../valo/valo"; @import "common"; @import "views/login"; @import "views/dashboardview"; $v-included-components: join(grid, $v-included-components); // Optimize the CSS output $v-included-components: remove($v-included-components, accordion); $v-included-components: remove($v-included-components, colorpicker); $v-included-components: remove($v-included-components, popupview); $v-included-components: remove($v-included-components, progressbar); $v-included-components: remove($v-included-components, slider); $v-included-components: remove($v-included-components, splitpanel); $v-included-components: remove($v-included-components, tree); $v-included-components: remove($v-included-components, treetable); $v-included-components: remove($v-included-components, twincolselect); // Main layout padding $view-padding: round($v-unit-size / 1.5) !default; // Slight adjustment to menu background-color $valo-menu-background-color: #414B56; @mixin dashboard { @include valo; @include dashboard-common; @include dashboard-login-view; @include dashboard-dashboard-view; }