Dashboard theme ?

The reason is here:

https://github.com/vaadin/dashboard-demo/blob/master/src/main/webapp/VAADIN/themes/dashboard/dashboard.scss#L13

The “grid” is removed from the styles completely (to reduce the file size).

You can add it back with the following SCSS. Add that after you import Valo and Dashboard:

$v-included-components: join(grid, $v-included-components);