From 4393b34e124268ed76d449861297de9c31b4c79d Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Tue, 4 Nov 2014 18:05:32 +0200 Subject: Import _table.scss to make valo-table-background-color() work (#13334) Change-Id: I4d165faa67e17820b5a3caab7b16306ee919d300 --- WebContent/VAADIN/themes/valo/components/_grid.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/WebContent/VAADIN/themes/valo/components/_grid.scss b/WebContent/VAADIN/themes/valo/components/_grid.scss index 360cc7ebd3..9007c0660e 100644 --- a/WebContent/VAADIN/themes/valo/components/_grid.scss +++ b/WebContent/VAADIN/themes/valo/components/_grid.scss @@ -1,4 +1,5 @@ @import "../../base/escalator/escalator"; +@import "table"; $primary-stylename: v-grid; $grid-background-color: valo-table-background-color(); -- cgit v1.2.3