summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/grid/grid.scss
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2013-12-05 13:09:26 +0200
committerJohn Ahlroos <john@vaadin.com>2013-12-10 10:10:02 +0200
commit6e8b34434e07490bc5813f62f993d5a8f920afad (patch)
treea4619d09b603da9dd49b3af1d78df232154b8071 /WebContent/VAADIN/themes/base/grid/grid.scss
parent117b7915617bc3835f766bccd49e5af6bb3bc723 (diff)
downloadvaadin-framework-6e8b34434e07490bc5813f62f993d5a8f920afad.tar.gz
vaadin-framework-6e8b34434e07490bc5813f62f993d5a8f920afad.zip
Support primary style names in Escalator and Grid #13058
Change-Id: I8fa99a96c2120583bb1ecd152f8f337aef702614
Diffstat (limited to 'WebContent/VAADIN/themes/base/grid/grid.scss')
-rw-r--r--WebContent/VAADIN/themes/base/grid/grid.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/grid/grid.scss b/WebContent/VAADIN/themes/base/grid/grid.scss
new file mode 100644
index 0000000000..9f7a2d8664
--- /dev/null
+++ b/WebContent/VAADIN/themes/base/grid/grid.scss
@@ -0,0 +1,3 @@
+@mixin base-grid($primaryStyleName : v-grid) {
+ @include base-escalator($primaryStyleName);
+} \ No newline at end of file