diff options
-rw-r--r-- | WebContent/VAADIN/themes/valo/shared/_global.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/shared/_global.scss b/WebContent/VAADIN/themes/valo/shared/_global.scss index ad53264d06..ad5b9297cf 100644 --- a/WebContent/VAADIN/themes/valo/shared/_global.scss +++ b/WebContent/VAADIN/themes/valo/shared/_global.scss @@ -13,6 +13,11 @@ $valo-global-included: false !default; @mixin valo-global { @if $valo-global-included == false { + // Version info for the debug window + .v-vaadin-version:after { + content: "@version@"; + } + // Core widget styles come before any other component (and are always included), // so that it has the least specificity @include valo-widget; |