diff options
author | Leif Åstrand <leif@vaadin.com> | 2014-11-04 18:05:32 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2014-11-04 18:05:32 +0200 |
commit | 4393b34e124268ed76d449861297de9c31b4c79d (patch) | |
tree | 0cfe9b92c61af9de38037989b54f1b25450e2de4 | |
parent | 07c9de85cc0681cb6f09712120f5f494a096fabd (diff) | |
download | vaadin-framework-4393b34e124268ed76d449861297de9c31b4c79d.tar.gz vaadin-framework-4393b34e124268ed76d449861297de9c31b4c79d.zip |
Import _table.scss to make valo-table-background-color() work (#13334)
Change-Id: I4d165faa67e17820b5a3caab7b16306ee919d300
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_grid.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |