summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/components/components.scss
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/components/components.scss')
-rw-r--r--WebContent/VAADIN/themes/chameleon/components/components.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/components.scss b/WebContent/VAADIN/themes/chameleon/components/components.scss
index 9f29827de0..9c8a56b33d 100644
--- a/WebContent/VAADIN/themes/chameleon/components/components.scss
+++ b/WebContent/VAADIN/themes/chameleon/components/components.scss
@@ -29,7 +29,11 @@
@include chameleon-notification;
@include chameleon-panel;
@include chameleon-popupview;
- @include chameleon-progressindicator;
+
+ @include chameleon-progressindicator(v-progressbar);
+ /* For legacy ProgressIndicator component */
+ @include chameleon-progressindicator(v-progressindicator);
+
@include chameleon-slider;
@include chameleon-splitpanel;
@include chameleon-table;