diff --git a/src/framework/theme/styles/core/theming/_get-value.scss b/src/framework/theme/styles/core/theming/_get-value.scss index 8dae59de6d..769c10fcd3 100644 --- a/src/framework/theme/styles/core/theming/_get-value.scss +++ b/src/framework/theme/styles/core/theming/_get-value.scss @@ -59,7 +59,7 @@ } @if ($value == null) { - @warn 'Nebular Theme: `nb-theme()` cannot find value for key `' + $key + '` for theme `'+ theming-variables.$nb-theme-name +'`'; + @warn 'Nebular Theme: `nb-theme()` cannot find value for key `' + $key + '` for theme `'+ theming-variables.$nb-theme-name + '`'; } @return $value;