summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo
diff options
context:
space:
mode:
authorMarc Englund <marc@vaadin.com>2012-09-26 16:23:39 +0300
committerMarc Englund <marc@vaadin.com>2012-09-26 16:23:49 +0300
commitaf67b3056eabb6428aa2a5e736d5a19e6cca9564 (patch)
treef2d428dfcd64568e3f16174e3aced764f8de8163 /WebContent/VAADIN/themes/runo
parent8d3294bd5c337e20a6fe3aa7112259e099609432 (diff)
downloadvaadin-framework-af67b3056eabb6428aa2a5e736d5a19e6cca9564.tar.gz
vaadin-framework-af67b3056eabb6428aa2a5e736d5a19e6cca9564.zip
Rearranging sass theme structure in phases.
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r--WebContent/VAADIN/themes/runo/runo.scss33
-rw-r--r--WebContent/VAADIN/themes/runo/styles.scss34
2 files changed, 35 insertions, 32 deletions
diff --git a/WebContent/VAADIN/themes/runo/runo.scss b/WebContent/VAADIN/themes/runo/runo.scss
index 9ef3ed118a..12c0349236 100644
--- a/WebContent/VAADIN/themes/runo/runo.scss
+++ b/WebContent/VAADIN/themes/runo/runo.scss
@@ -1,4 +1,4 @@
-// this file just defines all runo mixins by importing them
+@import "../base/styles.scss";
@import "absolutelayout/absolutelayout.scss";
@import "accordion/accordion.scss";
@@ -25,3 +25,34 @@
@import "textfield/textfield.scss";
@import "tree/tree.scss";
@import "window/window.scss";
+
+@mixin runo {
+ // TODO each
+ @include runo-absolutelayout;
+ @include runo-accordion;
+ @include runo-button;
+ @include runo-caption;
+
+ @include runo-common;
+
+ @include runo-datefield;
+ @include runo-formlayout;
+ @include runo-gridlayout;
+ @include runo-label;
+ @include runo-link;
+ @include runo-menubar;
+ @include runo-notification;
+ @include runo-orderedlayout;
+ @include runo-panel;
+ @include runo-popupview;
+ @include runo-progressindicator;
+ @include runo-select;
+ @include runo-shadow;
+ @include runo-slider;
+ @include runo-splitpanel;
+ @include runo-table;
+ @include runo-tabsheet;
+ @include runo-textfield;
+ @include runo-tree;
+ @include runo-window;
+} \ No newline at end of file
diff --git a/WebContent/VAADIN/themes/runo/styles.scss b/WebContent/VAADIN/themes/runo/styles.scss
index 1bbe531b23..187fd3e2ec 100644
--- a/WebContent/VAADIN/themes/runo/styles.scss
+++ b/WebContent/VAADIN/themes/runo/styles.scss
@@ -1,32 +1,4 @@
-@import "../base/styles.scss";
@import "runo.scss";
-
-// .v-theme-runo {
-@include runo-absolutelayout;
-@include runo-accordion;
-@include runo-button;
-@include runo-caption;
-
-@include runo-common;
-
-@include runo-datefield;
-@include runo-formlayout;
-@include runo-gridlayout;
-@include runo-label;
-@include runo-link;
-@include runo-menubar;
-@include runo-notification;
-@include runo-orderedlayout;
-@include runo-panel;
-@include runo-popupview;
-@include runo-progressindicator;
-@include runo-select;
-@include runo-shadow;
-@include runo-slider;
-@include runo-splitpanel;
-@include runo-table;
-@include runo-tabsheet;
-@include runo-textfield;
-@include runo-tree;
-@include runo-window;
-// }
+.runo {
+ @include runo;
+}