diff options
Diffstat (limited to 'themes/src')
-rw-r--r-- | themes/src/main/resources/VAADIN/themes/valo/shared/_global.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/src/main/resources/VAADIN/themes/valo/shared/_global.scss b/themes/src/main/resources/VAADIN/themes/valo/shared/_global.scss index 39b5a4e7d9..55de987120 100644 --- a/themes/src/main/resources/VAADIN/themes/valo/shared/_global.scss +++ b/themes/src/main/resources/VAADIN/themes/valo/shared/_global.scss @@ -26,7 +26,7 @@ $valo-global-included: false !default; // Version info for the debug window .v-vaadin-version:after { - content: "@version@"; + content: "${project.version}"; } // Core widget styles come before any other component (and are always included), |