Skip to content

Commit 364d6da

Browse files
authored
fix(theme): sass deprecation warning of strict unary operations (#3271)
1 parent 7395d3c commit 364d6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/framework/theme/styles/core/theming/_get-value.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
}
6060

6161
@if ($value == null) {
62-
@warn 'Nebular Theme: `nb-theme()` cannot find value for key `' + $key + '` for theme `'+ theming-variables.$nb-theme-name +'`';
62+
@warn 'Nebular Theme: `nb-theme()` cannot find value for key `' + $key + '` for theme `' + theming-variables.$nb-theme-name + '`';
6363
}
6464

6565
@return $value;

0 commit comments

Comments
 (0)