We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7395d3c commit 364d6daCopy full SHA for 364d6da
src/framework/theme/styles/core/theming/_get-value.scss
@@ -59,7 +59,7 @@
59
}
60
61
@if ($value == null) {
62
- @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 + '`';
63
64
65
@return $value;
0 commit comments